diff src/os_cpu/windows_x86/vm/thread_windows_x86.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 774e1c2f8741
children be896a1983c0
line wrap: on
line diff
--- a/src/os_cpu/windows_x86/vm/thread_windows_x86.cpp	Fri Oct 11 10:38:03 2013 +0200
+++ b/src/os_cpu/windows_x86/vm/thread_windows_x86.cpp	Fri Oct 11 15:41:33 2013 +0200
@@ -75,7 +75,7 @@
     frame ret_frame(ret_sp, ret_fp, addr.pc());
     if (!ret_frame.safe_for_sender(jt)) {
 #if defined(COMPILER2) || defined(GRAAL)
-      // C2 uses ebp as a general register see if NULL fp helps
+      // C2 and Graal use ebp as a general register see if NULL fp helps
       frame ret_frame2(ret_sp, NULL, addr.pc());
       if (!ret_frame2.safe_for_sender(jt)) {
         // nothing else to try if the frame isn't good