hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 4429 d7eb4e2099aa
parent 4094 1f424b2b2171
child 4562 5d93cb2d2090
equal deleted inserted replaced
4428:d1617f46285d 4429:d7eb4e2099aa
  1059   static int vmslots_offset_in_bytes()          { return _vmslots_offset; }
  1059   static int vmslots_offset_in_bytes()          { return _vmslots_offset; }
  1060   static int erasedType_offset_in_bytes()       { return _erasedType_offset; }
  1060   static int erasedType_offset_in_bytes()       { return _erasedType_offset; }
  1061 };
  1061 };
  1062 
  1062 
  1063 
  1063 
  1064 // Interface to sun.dyn.CallSiteImpl objects
  1064 // Interface to java.dyn.CallSite objects
  1065 
  1065 
  1066 class sun_dyn_CallSiteImpl: AllStatic {
  1066 class java_dyn_CallSite: AllStatic {
  1067   friend class JavaClasses;
  1067   friend class JavaClasses;
  1068 
  1068 
  1069 private:
  1069 private:
  1070   static int _type_offset;
  1070   static int _type_offset;
  1071   static int _target_offset;
  1071   static int _target_offset;