src/share/vm/compiler/methodLiveness.cpp

changeset 1570
e66fd840cb6b
parent 777
37f87013dfd8
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/compiler/methodLiveness.cpp	Mon Jan 04 07:04:46 2010 -0800
     1.2 +++ b/src/share/vm/compiler/methodLiveness.cpp	Mon Jan 04 18:38:08 2010 +0100
     1.3 @@ -782,6 +782,7 @@
     1.4      case Bytecodes::_invokespecial:
     1.5      case Bytecodes::_invokestatic:
     1.6      case Bytecodes::_invokeinterface:
     1.7 +    case Bytecodes::_invokedynamic:
     1.8      case Bytecodes::_newarray:
     1.9      case Bytecodes::_anewarray:
    1.10      case Bytecodes::_checkcast:

mercurial