src/hotspot/share/prims/jvmtiTagMap.cpp
changeset 51470 84d3126858d5
parent 51334 cc2c79d22508
child 51665 cda49f297cb1
equal deleted inserted replaced
51469:8a9e5819eab5 51470:84d3126858d5
  3007   }
  3007   }
  3008 
  3008 
  3009   // Preloaded classes and loader from the system dictionary
  3009   // Preloaded classes and loader from the system dictionary
  3010   blk.set_kind(JVMTI_HEAP_REFERENCE_SYSTEM_CLASS);
  3010   blk.set_kind(JVMTI_HEAP_REFERENCE_SYSTEM_CLASS);
  3011   SystemDictionary::oops_do(&blk);
  3011   SystemDictionary::oops_do(&blk);
  3012   ClassLoaderDataGraph::always_strong_oops_do(&blk, false);
  3012   CLDToOopClosure cld_closure(&blk, false);
       
  3013   ClassLoaderDataGraph::always_strong_cld_do(&cld_closure);
  3013   if (blk.stopped()) {
  3014   if (blk.stopped()) {
  3014     return false;
  3015     return false;
  3015   }
  3016   }
  3016 
  3017 
  3017   // Inflated monitors
  3018   // Inflated monitors