hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp
changeset 8315 1503f9d7681f
parent 7912 6d73dee171ea
child 9176 42d9d1010f38
child 8883 5569135acca3
--- a/hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Mon Jan 31 17:48:21 2011 -0800
+++ b/hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Tue Feb 01 03:38:44 2011 -0800
@@ -190,13 +190,7 @@
 }
 
 
-address TemplateInterpreterGenerator::generate_return_entry_for(TosState state,
-                                                                int step) {
-
-  // amd64 doesn't need to do anything special about compiled returns
-  // to the interpreter so the code that exists on x86 to place a sentinel
-  // here and the specialized cleanup code is not needed here.
-
+address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) {
   address entry = __ pc();
 
   // Restore stack bottom in case i2c adjusted stack