diff src/share/vm/compiler/methodLiveness.cpp @ 1144:9b9c1ee9b3f6

Merge
author iveresov
date Wed, 06 Jan 2010 22:21:39 -0800
parents e66fd840cb6b
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/compiler/methodLiveness.cpp	Wed Dec 23 03:12:16 2009 -0800
+++ b/src/share/vm/compiler/methodLiveness.cpp	Wed Jan 06 22:21:39 2010 -0800
@@ -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: