src/hotspot/share/classfile/classLoaderData.hpp
changeset 51470 84d3126858d5
parent 51444 3e5d28e6de32
child 51471 05223cebd7a2
--- a/src/hotspot/share/classfile/classLoaderData.hpp	Tue Aug 21 13:12:15 2018 +0200
+++ b/src/hotspot/share/classfile/classLoaderData.hpp	Tue Aug 21 09:33:41 2018 -0400
@@ -100,11 +100,7 @@
   static void clean_module_and_package_info();
   static void purge();
   static void clear_claimed_marks();
-  // oops do
-  static void oops_do(OopClosure* f, bool must_claim);
-  static void keep_alive_oops_do(OopClosure* blk, bool must_claim);
-  static void always_strong_oops_do(OopClosure* blk, bool must_claim);
-  // cld do
+  // Iteration through CLDG inside a safepoint; GC support
   static void cld_do(CLDClosure* cl);
   static void cld_unloading_do(CLDClosure* cl);
   static void roots_cld_do(CLDClosure* strong, CLDClosure* weak);