< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page

        

*** 1486,1495 **** --- 1486,1496 ---- private: static int _owner_offset; public: static void compute_offsets(); static oop get_owner_threadObj(oop obj); + static void serialize(SerializeClosure* f) NOT_CDS_RETURN; }; // Use to declare fields that need to be injected into Java classes // for the JVM to use. The name_index and signature_index are // declared in vmSymbols. The may_be_java flag is used to declare
< prev index next >