< prev index next >

src/hotspot/share/compiler/methodLiveness.cpp

Print this page

        

*** 476,485 **** --- 476,487 ---- case Bytecodes::_nop: case Bytecodes::_goto: case Bytecodes::_goto_w: case Bytecodes::_aconst_null: case Bytecodes::_new: + case Bytecodes::_defaultvalue: + case Bytecodes::_withfield: case Bytecodes::_iconst_m1: case Bytecodes::_iconst_0: case Bytecodes::_iconst_1: case Bytecodes::_iconst_2: case Bytecodes::_iconst_3:
< prev index next >