diff src/share/vm/opto/bytecodeInfo.cpp @ 726:be93aad57795

6655646: dynamic languages need dynamically linked call sites Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
author jrose
date Tue, 21 Apr 2009 23:21:04 -0700
parents f6da6f0174ac
children bd02caa94611 9987d9d5eb0e
line wrap: on
line diff
--- a/src/share/vm/opto/bytecodeInfo.cpp	Mon Apr 20 14:48:03 2009 -0700
+++ b/src/share/vm/opto/bytecodeInfo.cpp	Tue Apr 21 23:21:04 2009 -0700
@@ -321,7 +321,7 @@
     // stricter than callee_holder->is_initialized()
     ciBytecodeStream iter(caller_method);
     iter.force_bci(caller_bci);
-    int index = iter.get_index_big();
+    int index = iter.get_index_int();
     if( !caller_method->is_klass_loaded(index, true) ) {
       return false;
     }