< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp

Print this page
rev 53923 : [mq]: 8219747-remove-g1-prefix

*** 1,7 **** /* ! * Copyright (c) 2001, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2001, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 241,251 **** void G1ConcurrentMarkThread::run_service() { _vtime_start = os::elapsedVTime(); G1CollectedHeap* g1h = G1CollectedHeap::heap(); ! G1Policy* g1_policy = g1h->g1_policy(); G1ConcPhaseManager cpmanager(G1ConcurrentPhase::IDLE, this); while (!should_terminate()) { // wait until started is set. --- 241,251 ---- void G1ConcurrentMarkThread::run_service() { _vtime_start = os::elapsedVTime(); G1CollectedHeap* g1h = G1CollectedHeap::heap(); ! G1Policy* g1_policy = g1h->policy(); G1ConcPhaseManager cpmanager(G1ConcurrentPhase::IDLE, this); while (!should_terminate()) { // wait until started is set.
< prev index next >