< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

*** 491,501 **** // Compute the java system and platform loaders static void compute_java_loaders(TRAPS); // Register a new class loader ! static ClassLoaderData* register_loader(Handle class_loader, TRAPS); protected: // Mirrors for primitive classes (created eagerly) static oop check_mirror(oop m) { assert(m != NULL, "mirror not initialized"); return m; --- 491,501 ---- // Compute the java system and platform loaders static void compute_java_loaders(TRAPS); // Register a new class loader ! static ClassLoaderData* register_loader(Handle class_loader); protected: // Mirrors for primitive classes (created eagerly) static oop check_mirror(oop m) { assert(m != NULL, "mirror not initialized"); return m;
< prev index next >