< prev index next >

src/hotspot/share/oops/constantPool.cpp

Print this page

        

*** 491,501 **** } } // Make this class loader depend upon the class loader owning the class reference ClassLoaderData* this_key = this_cp->pool_holder()->class_loader_data(); ! this_key->record_dependency(k, CHECK_NULL); // Can throw OOM // logging for class+resolve. if (log_is_enabled(Debug, class, resolve)){ trace_class_resolution(this_cp, k); } --- 491,501 ---- } } // Make this class loader depend upon the class loader owning the class reference ClassLoaderData* this_key = this_cp->pool_holder()->class_loader_data(); ! this_key->record_dependency(k); // logging for class+resolve. if (log_is_enabled(Debug, class, resolve)){ trace_class_resolution(this_cp, k); }
< prev index next >