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

src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp

Print this page

        

*** 464,479 **** __ 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 --- 464,473 ----
src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File