src/share/vm/compiler/methodLiveness.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6893081 Cdiff src/share/vm/compiler/methodLiveness.cpp

src/share/vm/compiler/methodLiveness.cpp

Print this page
rev 1081 : imported patch indy-cleanup-6893081.patch

*** 780,789 **** --- 780,790 ---- case Bytecodes::_putfield: case Bytecodes::_invokevirtual: case Bytecodes::_invokespecial: case Bytecodes::_invokestatic: case Bytecodes::_invokeinterface: + case Bytecodes::_invokedynamic: case Bytecodes::_newarray: case Bytecodes::_anewarray: case Bytecodes::_checkcast: case Bytecodes::_arraylength: case Bytecodes::_instanceof:
src/share/vm/compiler/methodLiveness.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File