hotspot/src/share/vm/interpreter/templateInterpreter.cpp
changeset 46263 1d8d6ddcc626
parent 42664 29142a56c193
--- a/hotspot/src/share/vm/interpreter/templateInterpreter.cpp	Fri Feb 10 07:46:07 2017 -0500
+++ b/hotspot/src/share/vm/interpreter/templateInterpreter.cpp	Mon Feb 13 10:37:33 2017 -0500
@@ -193,7 +193,6 @@
 EntryPoint TemplateInterpreter::_return_entry[TemplateInterpreter::number_of_return_entries];
 EntryPoint TemplateInterpreter::_earlyret_entry;
 EntryPoint TemplateInterpreter::_deopt_entry [TemplateInterpreter::number_of_deopt_entries ];
-EntryPoint TemplateInterpreter::_continuation_entry;
 EntryPoint TemplateInterpreter::_safept_entry;
 
 address TemplateInterpreter::_invoke_return_entry[TemplateInterpreter::number_of_return_addrs];