hotspot/src/share/vm/oops/methodOop.hpp
changeset 6463 f4362c8da849
parent 6453 970dc585ab63
child 6974 a013f1c533a5
--- a/hotspot/src/share/vm/oops/methodOop.hpp	Mon Sep 13 16:45:00 2010 -0700
+++ b/hotspot/src/share/vm/oops/methodOop.hpp	Mon Sep 13 23:24:30 2010 -0700
@@ -516,6 +516,8 @@
   static int method_data_offset_in_bytes()       { return offset_of(methodOopDesc, _method_data); }
   static int interpreter_invocation_counter_offset_in_bytes()
                                                  { return offset_of(methodOopDesc, _interpreter_invocation_count); }
+  static int intrinsic_id_offset_in_bytes()      { return offset_of(methodOopDesc, _intrinsic_id); }
+  static int intrinsic_id_size_in_bytes()        { return sizeof(u1); }
 
   // Static methods that are used to implement member methods where an exposed this pointer
   // is needed due to possible GCs