< prev index next >

src/share/vm/classfile/classLoaderData.hpp

Print this page
rev 12906 : [mq]: gc_interface

*** 307,316 **** --- 307,317 ---- // The Metaspace is created lazily so may be NULL. This // method will allocate a Metaspace if needed. Metaspace* metaspace_non_null(); oop class_loader() const { return _class_loader; } + oop* class_loader_addr() { return &_class_loader; } // The object the GC is using to keep this ClassLoaderData alive. oop keep_alive_object() const; // Returns true if this class loader data is for a loader going away.
< prev index next >