< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page

        

*** 1481,1491 **** class java_util_concurrent_locks_AbstractOwnableSynchronizer : AllStatic { private: static int _owner_offset; public: ! static void initialize(TRAPS); static oop get_owner_threadObj(oop obj); }; // Use to declare fields that need to be injected into Java classes // for the JVM to use. The name_index and signature_index are --- 1481,1491 ---- class java_util_concurrent_locks_AbstractOwnableSynchronizer : AllStatic { private: static int _owner_offset; public: ! static void compute_offsets(); static oop get_owner_threadObj(oop obj); }; // Use to declare fields that need to be injected into Java classes // for the JVM to use. The name_index and signature_index are
< prev index next >