< prev index next >

src/share/vm/compiler/methodLiveness.cpp

Print this page

        

@@ -658,10 +658,12 @@
     case Bytecodes::_goto:
     case Bytecodes::_goto_w:
     case Bytecodes::_aconst_null:
     case Bytecodes::_new:
     case Bytecodes::_vnew:
+    case Bytecodes::_vdefault:
+    case Bytecodes::_vwithfield:
     case Bytecodes::_iconst_m1:
     case Bytecodes::_iconst_0:
     case Bytecodes::_iconst_1:
     case Bytecodes::_iconst_2:
     case Bytecodes::_iconst_3:
< prev index next >