src/share/vm/prims/jvmtiRedefineClasses.cpp

changeset 4506
79c1bb8fce5d
parent 4504
9bf5f643d1cf
child 4562
8d9fc28831cc
equal deleted inserted replaced
4505:dc31f560d6e7 4506:79c1bb8fce5d
1540 case Bytecodes::_anewarray : // fall through 1540 case Bytecodes::_anewarray : // fall through
1541 case Bytecodes::_checkcast : // fall through 1541 case Bytecodes::_checkcast : // fall through
1542 case Bytecodes::_getfield : // fall through 1542 case Bytecodes::_getfield : // fall through
1543 case Bytecodes::_getstatic : // fall through 1543 case Bytecodes::_getstatic : // fall through
1544 case Bytecodes::_instanceof : // fall through 1544 case Bytecodes::_instanceof : // fall through
1545 case Bytecodes::_invokedynamic : // fall through
1545 case Bytecodes::_invokeinterface: // fall through 1546 case Bytecodes::_invokeinterface: // fall through
1546 case Bytecodes::_invokespecial : // fall through 1547 case Bytecodes::_invokespecial : // fall through
1547 case Bytecodes::_invokestatic : // fall through 1548 case Bytecodes::_invokestatic : // fall through
1548 case Bytecodes::_invokevirtual : // fall through 1549 case Bytecodes::_invokevirtual : // fall through
1549 case Bytecodes::_ldc_w : // fall through 1550 case Bytecodes::_ldc_w : // fall through

mercurial