--- old/src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp 2016-12-01 15:14:45.709211629 -0500 +++ new/src/cpu/sparc/vm/templateInterpreterGenerator_sparc.cpp 2016-12-01 15:14:44.866422974 -0500 @@ -466,12 +466,6 @@ } -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. //