src/hotspot/share/classfile/javaClasses.hpp
changeset 50819 cf09f0b56efd
parent 50634 c349d409262a
child 50882 80abf702eed8
equal deleted inserted replaced
50818:e46b9e514479 50819:cf09f0b56efd
  1486  private:
  1486  private:
  1487   static int  _owner_offset;
  1487   static int  _owner_offset;
  1488  public:
  1488  public:
  1489   static void compute_offsets();
  1489   static void compute_offsets();
  1490   static oop  get_owner_threadObj(oop obj);
  1490   static oop  get_owner_threadObj(oop obj);
       
  1491   static void serialize(SerializeClosure* f) NOT_CDS_RETURN;
  1491 };
  1492 };
  1492 
  1493 
  1493 // Use to declare fields that need to be injected into Java classes
  1494 // Use to declare fields that need to be injected into Java classes
  1494 // for the JVM to use.  The name_index and signature_index are
  1495 // for the JVM to use.  The name_index and signature_index are
  1495 // declared in vmSymbols.  The may_be_java flag is used to declare
  1496 // declared in vmSymbols.  The may_be_java flag is used to declare