hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp
changeset 5688 9052dc91ea67
parent 5419 f2e8cc8c12ea
child 5702 201c5cde25bb
equal deleted inserted replaced
5687:b862d1f189bd 5688:9052dc91ea67
   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;