< prev index next >

src/hotspot/share/compiler/methodLiveness.cpp

Print this page
@@ -470,10 +470,12 @@
      case Bytecodes::_nop:
      case Bytecodes::_goto:
      case Bytecodes::_goto_w:
      case Bytecodes::_aconst_null:
      case Bytecodes::_new:
+     case Bytecodes::_aconst_init:
+     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 >