comparison src/share/vm/graal/graalCodeInstaller.hpp @ 8368:99a71b8c1c5d

removed unused code
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 Mar 2013 14:05:40 +0100
parents b89a97928e72
children 707b20dd9512
comparison
equal deleted inserted replaced
8367:ae15e5d0571b 8368:99a71b8c1c5d
60 jint _code_size; 60 jint _code_size;
61 jint _total_frame_size; 61 jint _total_frame_size;
62 jint _custom_stack_area_offset; 62 jint _custom_stack_area_offset;
63 jint _parameter_count; 63 jint _parameter_count;
64 jint _constants_size; 64 jint _constants_size;
65 jint _total_size;
66 65
67 MarkId _next_call_type; 66 MarkId _next_call_type;
68 address _invoke_mark_pc; 67 address _invoke_mark_pc;
69 68
70 CodeSection* _instructions; 69 CodeSection* _instructions;