8169206: TemplateInterpreter::_continuation_entry is never referenced

TemplateInterpreter::_continuation_entry has been removed.

Reviewed-by: coleenp, dholmes, fparain
This commit is contained in:
Max Ockner 2017-02-13 10:37:33 -05:00
parent 6e88661a89
commit 697bec6baf
10 changed files with 0 additions and 62 deletions

View file

@ -466,12 +466,6 @@ address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state,
}
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.
//