diff -r f41dad80f4e3 -r 7c20aae43c41 hotspot/src/share/vm/gc/g1/concurrentG1RefineThread.cpp --- 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()),