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

src/share/vm/asm/assembler.cpp

Print this page

        

*** 108,126 **** 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. --- 108,117 ----
src/share/vm/asm/assembler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File