comparison src/share/vm/graal/graalCodeInstaller.hpp @ 9807:d552919fbb05

Graal's code annotations are installed into codeBlobs and are thus included in disassembler output (in a non-PRODUCT build)
author Doug Simon <doug.simon@oracle.com>
date Thu, 23 May 2013 23:23:03 +0200
parents ed6202820ecf
children 0f7ca53be929
comparison
equal deleted inserted replaced
9806:21b8cd853b2b 9807:d552919fbb05
58 jint _code_size; 58 jint _code_size;
59 jint _total_frame_size; 59 jint _total_frame_size;
60 jint _custom_stack_area_offset; 60 jint _custom_stack_area_offset;
61 jint _parameter_count; 61 jint _parameter_count;
62 jint _constants_size; 62 jint _constants_size;
63 #ifndef PRODUCT
64 arrayOop _comments;
65 #endif
63 66
64 MarkId _next_call_type; 67 MarkId _next_call_type;
65 address _invoke_mark_pc; 68 address _invoke_mark_pc;
66 69
67 CodeSection* _instructions; 70 CodeSection* _instructions;