diff src/share/vm/interpreter/bytecodeTracer.cpp @ 2011:dad31fc330cd

7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute Reviewed-by: twisti
author jrose
date Fri, 03 Dec 2010 15:53:57 -0800
parents f95d63e2154a
children 8012aa3ccede
line wrap: on
line diff
--- a/src/share/vm/interpreter/bytecodeTracer.cpp	Fri Dec 03 12:14:33 2010 -0800
+++ b/src/share/vm/interpreter/bytecodeTracer.cpp	Fri Dec 03 15:53:57 2010 -0800
@@ -346,6 +346,7 @@
     break;
   case JVM_CONSTANT_NameAndType:
   case JVM_CONSTANT_InvokeDynamic:
+  case JVM_CONSTANT_InvokeDynamicTrans:
     has_klass = false;
     break;
   default: