hotspot/src/share/vm/compiler/methodLiveness.cpp
changeset 4564 55dfb20908d0
parent 1374 4c24294029a9
child 5547 f4b087cbb361
equal deleted inserted replaced
4563:973da517fcec 4564:55dfb20908d0
   780     case Bytecodes::_putfield:
   780     case Bytecodes::_putfield:
   781     case Bytecodes::_invokevirtual:
   781     case Bytecodes::_invokevirtual:
   782     case Bytecodes::_invokespecial:
   782     case Bytecodes::_invokespecial:
   783     case Bytecodes::_invokestatic:
   783     case Bytecodes::_invokestatic:
   784     case Bytecodes::_invokeinterface:
   784     case Bytecodes::_invokeinterface:
       
   785     case Bytecodes::_invokedynamic:
   785     case Bytecodes::_newarray:
   786     case Bytecodes::_newarray:
   786     case Bytecodes::_anewarray:
   787     case Bytecodes::_anewarray:
   787     case Bytecodes::_checkcast:
   788     case Bytecodes::_checkcast:
   788     case Bytecodes::_arraylength:
   789     case Bytecodes::_arraylength:
   789     case Bytecodes::_instanceof:
   790     case Bytecodes::_instanceof: