hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp
changeset 5702 201c5cde25bb
parent 5547 f4b087cbb361
parent 5688 9052dc91ea67
child 6453 970dc585ab63
equal deleted inserted replaced
5685:0e4c848d5c06 5702:201c5cde25bb
   202   __ dispatch_next(state, step);
   202   __ dispatch_next(state, step);
   203 
   203 
   204   // out of the main line of code...
   204   // out of the main line of code...
   205   if (EnableInvokeDynamic) {
   205   if (EnableInvokeDynamic) {
   206     __ bind(L_giant_index);
   206     __ bind(L_giant_index);
   207     __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, true);
   207     __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, sizeof(u4));
   208     __ ba(false, L_got_cache);
   208     __ ba(false, L_got_cache);
   209     __ delayed()->nop();
   209     __ delayed()->nop();
   210   }
   210   }
   211 
   211 
   212   return entry;
   212   return entry;