< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp

Print this page
rev 55339 : 8225582: Shenandoah: Enable concurrent evacuation of JNIHandles and CLDG roots

@@ -389,10 +389,11 @@
   // Entry methods to normally concurrent GC operations. These set up logging, monitoring
   // for concurrent operation.
   void entry_reset();
   void entry_mark();
   void entry_preclean();
+  void entry_concurrent_roots();
   void entry_cleanup();
   void entry_evac();
   void entry_updaterefs();
   void entry_traversal();
   void entry_uncommit(double shrink_before);

@@ -412,10 +413,11 @@
   void op_degenerated_futile();
 
   void op_reset();
   void op_mark();
   void op_preclean();
+  void op_concurrent_roots();
   void op_cleanup();
   void op_conc_evac();
   void op_stw_evac();
   void op_updaterefs();
   void op_traversal();
< prev index next >