diff src/share/vm/interpreter/templateInterpreter.cpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents 6b0fd0964b87
children 096c224171c4
line wrap: on
line diff
--- a/src/share/vm/interpreter/templateInterpreter.cpp	Fri Oct 11 10:38:03 2013 +0200
+++ b/src/share/vm/interpreter/templateInterpreter.cpp	Fri Oct 11 15:41:33 2013 +0200
@@ -180,7 +180,7 @@
 #endif // !PRODUCT
 EntryPoint TemplateInterpreter::_return_entry[TemplateInterpreter::number_of_return_entries];
 EntryPoint TemplateInterpreter::_earlyret_entry;
-EntryPoint TemplateInterpreter::_deopt_entry[TemplateInterpreter::number_of_deopt_entries ];
+EntryPoint TemplateInterpreter::_deopt_entry [TemplateInterpreter::number_of_deopt_entries ];
 EntryPoint TemplateInterpreter::_continuation_entry;
 EntryPoint TemplateInterpreter::_safept_entry;