--- old/src/share/vm/gc/g1/g1StringDedupThread.cpp 2016-03-09 16:00:23.214926641 -0500 +++ new/src/share/vm/gc/g1/g1StringDedupThread.cpp 2016-03-09 16:00:23.066928491 -0500 @@ -94,7 +94,7 @@ // Wait for the queue to become non-empty G1StringDedupQueue::wait(); - if (_should_terminate) { + if (should_terminate()) { break; }