< prev index next >

src/share/vm/classfile/classLoaderData.cpp

Print this page

        

@@ -758,11 +758,11 @@
   Handle string;
   if (loader.not_null()) {
     // Include the result of loader.toString() in the output. This allows
     // the user of the log to identify the class loader instance.
     JavaValue result(T_OBJECT);
-    KlassHandle spec_klass(THREAD, SystemDictionary::ClassLoader_klass());
+    Klass* spec_klass = SystemDictionary::ClassLoader_klass();
     JavaCalls::call_virtual(&result,
                             loader,
                             spec_klass,
                             vmSymbols::toString_name(),
                             vmSymbols::void_string_signature(),
< prev index next >