hg: hsx/hotspot-comp/hotspot: 7200163: add CodeComments functionality to assember stubs (original) (raw)
vladimir.kozlov at oracle.com vladimir.kozlov at oracle.com
Mon Sep 24 12:27:34 PDT 2012
- Previous message: Request for reviews(M): 7193318: C2: remove number of inputs requirement from Node's new operator
- Next message: hg: hsx/hotspot-comp/hotspot: 2 new changesets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: b31471cdc53e Author: kvn Date: 2012-09-24 10:30 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/b31471cdc53e
7200163: add CodeComments functionality to assember stubs Summary: Pass the codeBuffer to the Stub constructor, and adapts the disassembler to print the comments. Reviewed-by: jrose, kvn, twisti Contributed-by: goetz.lindenmaier at sap.com
! src/share/vm/asm/codeBuffer.cpp ! src/share/vm/asm/codeBuffer.hpp ! src/share/vm/code/codeBlob.cpp ! src/share/vm/code/codeBlob.hpp ! src/share/vm/code/icBuffer.hpp ! src/share/vm/code/nmethod.cpp ! src/share/vm/code/nmethod.hpp ! src/share/vm/code/stubs.cpp ! src/share/vm/code/stubs.hpp ! src/share/vm/compiler/disassembler.cpp ! src/share/vm/compiler/disassembler.hpp ! src/share/vm/interpreter/interpreter.cpp ! src/share/vm/interpreter/interpreter.hpp ! src/share/vm/runtime/sharedRuntime.cpp
- Previous message: Request for reviews(M): 7193318: C2: remove number of inputs requirement from Node's new operator
- Next message: hg: hsx/hotspot-comp/hotspot: 2 new changesets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list