hotspot/src/share/vm/gc/g1/concurrentMark.cpp
changeset 30874 18714bae50db
parent 30871 e90a8de769e4
child 30875 f98008e14939
--- a/hotspot/src/share/vm/gc/g1/concurrentMark.cpp	Thu May 21 14:10:15 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/concurrentMark.cpp	Fri May 22 10:57:53 2015 +0200
@@ -2007,7 +2007,7 @@
 
   // this will also free any regions totally full of garbage objects,
   // and sort the regions.
-  g1h->g1_policy()->record_concurrent_mark_cleanup_end((int)n_workers);
+  g1h->g1_policy()->record_concurrent_mark_cleanup_end();
 
   // Statistics.
   double end = os::elapsedTime();