< prev index next >

src/hotspot/share/prims/jvmtiTagMap.cpp

Print this page

        

*** 3024,3035 **** } // Preloaded classes and loader from the system dictionary blk.set_kind(JVMTI_HEAP_REFERENCE_SYSTEM_CLASS); SystemDictionary::always_strong_oops_do(&blk); ! KlassToOopClosure klass_blk(&blk); ! ClassLoaderDataGraph::always_strong_oops_do(&blk, &klass_blk, false); if (blk.stopped()) { return false; } // Inflated monitors --- 3024,3034 ---- } // Preloaded classes and loader from the system dictionary blk.set_kind(JVMTI_HEAP_REFERENCE_SYSTEM_CLASS); SystemDictionary::always_strong_oops_do(&blk); ! ClassLoaderDataGraph::always_strong_oops_do(&blk, false); if (blk.stopped()) { return false; } // Inflated monitors
< prev index next >