src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp	Thu Dec  1 15:14:45 2016
--- new/src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp	Thu Dec  1 15:14:44 2016

*** 464,479 **** --- 464,473 ---- __ dispatch_via(vtos, Interpreter::normal_table(vtos)); return entry; } address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { address entry = __ pc(); __ dispatch_next(state); return entry; } // // Helpers for commoning out cases in the various type of method entries. // // increment invocation count & check for overflow

src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File