hotspot/src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp
changeset 46263 1d8d6ddcc626
parent 41736 908e28baf9c2
child 46294 345a46524a19
equal deleted inserted replaced
46262:83280d968b96 46263:1d8d6ddcc626
   464   __ dispatch_via(vtos, Interpreter::normal_table(vtos));
   464   __ dispatch_via(vtos, Interpreter::normal_table(vtos));
   465   return entry;
   465   return entry;
   466 }
   466 }
   467 
   467 
   468 
   468 
   469 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) {
       
   470   address entry = __ pc();
       
   471   __ dispatch_next(state);
       
   472   return entry;
       
   473 }
       
   474 
       
   475 //
   469 //
   476 // Helpers for commoning out cases in the various type of method entries.
   470 // Helpers for commoning out cases in the various type of method entries.
   477 //
   471 //
   478 
   472 
   479 // increment invocation count & check for overflow
   473 // increment invocation count & check for overflow