comparison 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
comparison
equal deleted inserted replaced
4173:15b9402dc018 4174:79c91d220d73
59 arrayOop _exception_handlers; 59 arrayOop _exception_handlers;
60 CodeOffsets _offsets; 60 CodeOffsets _offsets;
61 61
62 arrayOop _code; 62 arrayOop _code;
63 jint _code_size; 63 jint _code_size;
64 jint _frame_size; 64 jint _total_frame_size;
65 jint _custom_stack_area_offset; 65 jint _custom_stack_area_offset;
66 jint _parameter_count; 66 jint _parameter_count;
67 jint _constants_size; 67 jint _constants_size;
68 jint _total_size; 68 jint _total_size;
69 69