hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 32736 755024a84282
parent 32603 2eba0435dc51
child 32737 f02118695c2f
--- a/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Sep 08 16:00:34 2015 -0400
+++ b/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Wed Sep 09 10:34:22 2015 +0200
@@ -865,8 +865,8 @@
     return _recorded_survivor_regions;
   }
 
-  void record_thread_age_table(ageTable* age_table) {
-    _survivors_age_table.merge_par(age_table);
+  void record_age_table(ageTable* age_table) {
+    _survivors_age_table.merge(age_table);
   }
 
   void update_max_gc_locker_expansion();