< prev index next >

src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2017, Red Hat, Inc. and/or its affiliates.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.
  *

@@ -95,10 +95,11 @@
     purge_par_symbstring,
     purge_par_rmt,
     purge_par_classes,
     purge_par_sync,
     purge_cldg,
+    clean_str_dedup_table,
     prepare_evac,
     recycle_regions,
 
     // Per-thread timer block, should have "roots" counters in consistent order
     init_evac,

@@ -134,10 +135,11 @@
     final_update_refs_flat_profiler_roots,
     final_update_refs_management_roots,
     final_update_refs_system_dict_roots,
     final_update_refs_cldg_roots,
     final_update_refs_jvmti_roots,
+    final_update_refs_dedup_table,
 
     final_update_refs_recycle,
 
     partial_gc_gross,
     partial_gc,

@@ -155,11 +157,11 @@
     partial_gc_flat_profiler_roots,
     partial_gc_management_roots,
     partial_gc_system_dict_roots,
     partial_gc_cldg_roots,
     partial_gc_jvmti_roots,
-
+    partial_gc_update_str_dedup_table,
     partial_gc_recycle,
 
     full_gc,
     full_gc_heapdumps,
     full_gc_prepare,

@@ -194,10 +196,11 @@
     full_gc_purge_par_sync,
     full_gc_purge_cldg,
     full_gc_calculate_addresses,
     full_gc_adjust_pointers,
     full_gc_copy_objects,
+    full_gc_update_str_dedup_table,
     full_gc_resize_tlabs,
 
     // Longer concurrent phases at the end
     conc_mark,
     conc_preclean,
< prev index next >