diff src/cpu/x86/vm/frame_x86.inline.hpp @ 23050:e8260b6328fb

8068945: Use RBP register as proper frame pointer in JIT compiled code on x86 Summary: Introduce the PreserveFramePointer flag to control if RBP is used as the frame pointer or as a general purpose register. Reviewed-by: kvn, roland, dlong, enevill, shade
author zmajo
date Fri, 29 May 2015 10:58:45 +0200
parents f43fad8786fc
children dd9cc155639c
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.inline.hpp	Fri Mar 27 10:57:42 2015 +0100
+++ b/src/cpu/x86/vm/frame_x86.inline.hpp	Fri May 29 10:58:45 2015 +0200
@@ -93,7 +93,7 @@
   // find_blob call. This is also why we can have no asserts on the validity
   // of the pc we find here. AsyncGetCallTrace -> pd_get_top_frame_for_signal_handler
   // -> pd_last_frame should use a specialized version of pd_last_frame which could
-  // call a specilaized frame constructor instead of this one.
+  // call a specialized frame constructor instead of this one.
   // Then we could use the assert below. However this assert is of somewhat dubious
   // value.
   // assert(_pc != NULL, "no pc?");