--- old/src/share/vm/gc/cms/parNewGeneration.cpp 2017-06-09 16:48:14.960193049 -0700 +++ new/src/share/vm/gc/cms/parNewGeneration.cpp 2017-06-09 16:48:14.836193053 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1046,7 +1046,7 @@ rp->set_enqueuing_is_done(true); if (rp->processing_is_mt()) { ParNewRefProcTaskExecutor task_executor(*this, *_old_gen, thread_state_set); - rp->enqueue_discovered_references(&task_executor); + rp->enqueue_discovered_references(&task_executor, _gc_timer); } else { rp->enqueue_discovered_references(NULL); }