src/share/vm/asm/assembler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/asm/assembler.cpp	Wed Dec 12 17:34:32 2012
--- new/src/share/vm/asm/assembler.cpp	Wed Dec 12 17:34:32 2012

*** 108,126 **** --- 108,117 ---- void AbstractAssembler::flush() { ICache::invalidate_range(addr_at(0), offset()); } void AbstractAssembler::a_byte(int x) { emit_byte(x); } void AbstractAssembler::a_long(jint x) { emit_long(x); } // Labels refer to positions in the (to be) generated code. There are bound // and unbound // // Bound labels refer to known positions in the already generated code. // offset() is the position the label refers to.

src/share/vm/asm/assembler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File