diff src/share/vm/compiler/methodLiveness.cpp @ 1339:09ac706c2623

Merge
author asaha
date Wed, 24 Mar 2010 17:16:33 -0700
parents e66fd840cb6b
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/compiler/methodLiveness.cpp	Mon Mar 15 15:51:36 2010 -0400
+++ b/src/share/vm/compiler/methodLiveness.cpp	Wed Mar 24 17:16:33 2010 -0700
@@ -782,6 +782,7 @@
     case Bytecodes::_invokespecial:
     case Bytecodes::_invokestatic:
     case Bytecodes::_invokeinterface:
+    case Bytecodes::_invokedynamic:
     case Bytecodes::_newarray:
     case Bytecodes::_anewarray:
     case Bytecodes::_checkcast: