comparison src/cpu/sparc/vm/templateInterpreter_sparc.cpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 ab102d5d923e
children d5d065957597
comparison
equal deleted inserted replaced
1562:dfe27f03244a 1579:e9ff18c4ace7
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;