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

Split Close
Expand all
Collapse all
          --- old/src/share/vm/compiler/methodLiveness.cpp
          +++ new/src/share/vm/compiler/methodLiveness.cpp
↓ open down ↓ 774 lines elided ↑ open up ↑
 775  775      case Bytecodes::_jsr:
 776  776      case Bytecodes::_jsr_w:
 777  777      case Bytecodes::_getstatic:
 778  778      case Bytecodes::_putstatic:
 779  779      case Bytecodes::_getfield:
 780  780      case Bytecodes::_putfield:
 781  781      case Bytecodes::_invokevirtual:
 782  782      case Bytecodes::_invokespecial:
 783  783      case Bytecodes::_invokestatic:
 784  784      case Bytecodes::_invokeinterface:
      785 +    case Bytecodes::_invokedynamic:
 785  786      case Bytecodes::_newarray:
 786  787      case Bytecodes::_anewarray:
 787  788      case Bytecodes::_checkcast:
 788  789      case Bytecodes::_arraylength:
 789  790      case Bytecodes::_instanceof:
 790  791      case Bytecodes::_athrow:
 791  792      case Bytecodes::_areturn:
 792  793      case Bytecodes::_monitorenter:
 793  794      case Bytecodes::_monitorexit:
 794  795      case Bytecodes::_ifnull:
↓ open down ↓ 270 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX