hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 37301 a936b4e01afb
parent 37179 4dbcb3a642d2
child 37479 14a195eaf2c5
equal deleted inserted replaced
37300:82e233a4a546 37301:a936b4e01afb
   797     static void set_module_entry(oop module, ModuleEntry* module_entry);
   797     static void set_module_entry(oop module, ModuleEntry* module_entry);
   798 
   798 
   799   friend class JavaClasses;
   799   friend class JavaClasses;
   800 };
   800 };
   801 
   801 
   802 // Interface to sun.reflect.ConstantPool objects
   802 // Interface to jdk.internal.reflect.ConstantPool objects
   803 class sun_reflect_ConstantPool {
   803 class reflect_ConstantPool {
   804  private:
   804  private:
   805   // Note that to reduce dependencies on the JDK we compute these
   805   // Note that to reduce dependencies on the JDK we compute these
   806   // offsets at run-time.
   806   // offsets at run-time.
   807   static int _oop_offset;
   807   static int _oop_offset;
   808 
   808 
   822 
   822 
   823   // Debugging
   823   // Debugging
   824   friend class JavaClasses;
   824   friend class JavaClasses;
   825 };
   825 };
   826 
   826 
   827 // Interface to sun.reflect.UnsafeStaticFieldAccessorImpl objects
   827 // Interface to jdk.internal.reflect.UnsafeStaticFieldAccessorImpl objects
   828 class sun_reflect_UnsafeStaticFieldAccessorImpl {
   828 class reflect_UnsafeStaticFieldAccessorImpl {
   829  private:
   829  private:
   830   static int _base_offset;
   830   static int _base_offset;
   831   static void compute_offsets();
   831   static void compute_offsets();
   832 
   832 
   833  public:
   833  public: