hotspot/src/share/vm/gc/cms/parNewGeneration.cpp
changeset 35492 c8c0273e6b91
parent 35061 be6025ebffea
child 35862 411842d0c882
--- a/hotspot/src/share/vm/gc/cms/parNewGeneration.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/gc/cms/parNewGeneration.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -455,7 +455,7 @@
 
     // Every thread has its own age table.  We need to merge
     // them all into one.
-    ageTable *local_table = par_scan_state.age_table();
+    AgeTable *local_table = par_scan_state.age_table();
     _young_gen.age_table()->merge(local_table);
 
     // Inform old gen that we're done.
@@ -469,7 +469,7 @@
     // to avoid this by reorganizing the code a bit, I am loathe
     // to do that unless we find cases where ergo leads to bad
     // performance.
-    CFLS_LAB::compute_desired_plab_size();
+    CompactibleFreeListSpaceLAB::compute_desired_plab_size();
   }
 }