--- old/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp 2019-02-27 11:07:38.720905909 +0100 +++ new/src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp 2019-02-27 11:07:38.451897730 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -243,7 +243,7 @@ _vtime_start = os::elapsedVTime(); G1CollectedHeap* g1h = G1CollectedHeap::heap(); - G1Policy* g1_policy = g1h->g1_policy(); + G1Policy* g1_policy = g1h->policy(); G1ConcPhaseManager cpmanager(G1ConcurrentPhase::IDLE, this);