hotspot/src/share/vm/jvmci/jvmciCodeInstaller.hpp
changeset 35823 59a847ec6ee3
parent 35582 c32a0cc19877
child 36063 96e86c7f8fec
equal deleted inserted replaced
35822:d04be2a635f2 35823:59a847ec6ee3
   123   CodeOffsets   _offsets;
   123   CodeOffsets   _offsets;
   124 
   124 
   125   jobject       _code_handle;
   125   jobject       _code_handle;
   126   jint          _code_size;
   126   jint          _code_size;
   127   jint          _total_frame_size;
   127   jint          _total_frame_size;
   128   jint          _custom_stack_area_offset;
   128   jint          _orig_pc_offset;
   129   jint          _parameter_count;
   129   jint          _parameter_count;
   130   jint          _constants_size;
   130   jint          _constants_size;
   131 #ifndef PRODUCT
   131 #ifndef PRODUCT
   132   jobject       _comments_handle;
   132   jobject       _comments_handle;
   133 #endif
   133 #endif