src/share/vm/classfile/classLoaderData.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7198429 Cdiff src/share/vm/classfile/classLoaderData.hpp

src/share/vm/classfile/classLoaderData.hpp

Print this page

        

*** 189,198 **** --- 189,199 ---- } bool is_the_null_class_loader_data() const { return this == _the_null_class_loader_data; } + bool is_ext_class_loader_data() const; // The Metaspace is created lazily so may be NULL. This // method will allocate a Metaspace if needed. Metaspace* metaspace_non_null();
src/share/vm/classfile/classLoaderData.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File