< prev index next >

src/hotspot/share/gc/cms/parOopClosures.inline.hpp

Print this page

        

@@ -124,12 +124,12 @@
           // category with a lot of roots, can't let the queue get too
           // full:
           (void)_par_scan_state->trim_queues(10 * ParallelGCThreads);
         }
       }
-      if (is_scanning_a_klass()) {
-        do_klass_barrier();
+      if (is_scanning_a_cld()) {
+        do_cld_barrier();
       } else if (gc_barrier) {
         // Now call parent closure
         par_do_barrier(p);
       }
     }
< prev index next >