diff src/share/vm/oops/constantPoolKlass.cpp @ 2460:ed69575596ac

6981791: remove experimental code for JSR 292 Reviewed-by: twisti
author jrose
date Thu, 07 Apr 2011 17:02:30 -0700
parents 38fea01eb669
children 6c97c830fb6f
line wrap: on
line diff
--- a/src/share/vm/oops/constantPoolKlass.cpp	Wed Apr 06 17:32:09 2011 -0700
+++ b/src/share/vm/oops/constantPoolKlass.cpp	Thu Apr 07 17:02:30 2011 -0700
@@ -381,7 +381,6 @@
       case JVM_CONSTANT_MethodType :
         st->print("signature_index=%d", cp->method_type_index_at(index));
         break;
-      case JVM_CONSTANT_InvokeDynamicTrans :
       case JVM_CONSTANT_InvokeDynamic :
         {
           st->print("bootstrap_method_index=%d", cp->invoke_dynamic_bootstrap_method_ref_index_at(index));