hotspot/src/share/vm/gc/g1/concurrentG1RefineThread.cpp
changeset 36402 7c20aae43c41
parent 36371 fd81a4f0ea00
child 37081 7656f5356a5d
--- a/hotspot/src/share/vm/gc/g1/concurrentG1RefineThread.cpp	Tue Mar 01 09:42:19 2016 +0100
+++ b/hotspot/src/share/vm/gc/g1/concurrentG1RefineThread.cpp	Thu Mar 03 12:20:22 2016 -0500
@@ -68,7 +68,7 @@
 void ConcurrentG1RefineThread::initialize() {
   // Current thread activation threshold
   _threshold = MIN2(cg1r()->thread_threshold_step() * (_worker_id + 1) + cg1r()->green_zone(),
-                         cg1r()->yellow_zone());
+                    cg1r()->yellow_zone());
   // A thread deactivates once the number of buffer reached a deactivation threshold
    _deactivation_threshold =
      MAX2(_threshold - MIN2(_threshold, cg1r()->thread_threshold_step()),