hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp
changeset 5688 9052dc91ea67
parent 5419 f2e8cc8c12ea
child 5702 201c5cde25bb
--- a/hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp	Fri May 21 02:59:24 2010 -0700
+++ b/hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp	Sun May 23 01:38:26 2010 -0700
@@ -204,7 +204,7 @@
   // out of the main line of code...
   if (EnableInvokeDynamic) {
     __ bind(L_giant_index);
-    __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, true);
+    __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, sizeof(u4));
     __ ba(false, L_got_cache);
     __ delayed()->nop();
   }