diff src/share/vm/graal/graalCodeInstaller.hpp @ 4174:79c91d220d73

Use callee save area to model the saved rbp register. Remove various hacks that added the saved area size in native code.
author Christian Wimmer <Christian.Wimmer@Oracle.com>
date Thu, 29 Dec 2011 16:07:35 -0800
parents 50a1d38cd7ac
children 41034914e2ee
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Thu Dec 29 15:47:15 2011 -0800
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Thu Dec 29 16:07:35 2011 -0800
@@ -61,7 +61,7 @@
 
   arrayOop      _code;
   jint          _code_size;
-  jint          _frame_size;
+  jint          _total_frame_size;
   jint          _custom_stack_area_offset;
   jint          _parameter_count;
   jint          _constants_size;