hotspot/src/share/vm/oops/methodOop.hpp
changeset 6463 f4362c8da849
parent 6453 970dc585ab63
child 6974 a013f1c533a5
equal deleted inserted replaced
6462:04f64d06050a 6463:f4362c8da849
   514 
   514 
   515   // for code generation
   515   // for code generation
   516   static int method_data_offset_in_bytes()       { return offset_of(methodOopDesc, _method_data); }
   516   static int method_data_offset_in_bytes()       { return offset_of(methodOopDesc, _method_data); }
   517   static int interpreter_invocation_counter_offset_in_bytes()
   517   static int interpreter_invocation_counter_offset_in_bytes()
   518                                                  { return offset_of(methodOopDesc, _interpreter_invocation_count); }
   518                                                  { return offset_of(methodOopDesc, _interpreter_invocation_count); }
       
   519   static int intrinsic_id_offset_in_bytes()      { return offset_of(methodOopDesc, _intrinsic_id); }
       
   520   static int intrinsic_id_size_in_bytes()        { return sizeof(u1); }
   519 
   521 
   520   // Static methods that are used to implement member methods where an exposed this pointer
   522   // Static methods that are used to implement member methods where an exposed this pointer
   521   // is needed due to possible GCs
   523   // is needed due to possible GCs
   522   static objArrayHandle resolved_checked_exceptions_impl(methodOop this_oop, TRAPS);
   524   static objArrayHandle resolved_checked_exceptions_impl(methodOop this_oop, TRAPS);
   523 
   525