< prev index next >

src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.hpp

Print this page
rev 57895 : [mq]: 8215297-remove-ptt

*** 1,7 **** /* ! * Copyright (c) 2017, 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) 2017, 2020, 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.
*** 59,69 **** class G1RefProcTaskProxy : public AbstractGangTask { typedef AbstractRefProcTaskExecutor::ProcessTask ProcessTask; ProcessTask& _proc_task; G1FullCollector* _collector; ! TaskTerminator _terminator; public: G1RefProcTaskProxy(ProcessTask& proc_task, G1FullCollector* scope); --- 59,69 ---- class G1RefProcTaskProxy : public AbstractGangTask { typedef AbstractRefProcTaskExecutor::ProcessTask ProcessTask; ProcessTask& _proc_task; G1FullCollector* _collector; ! OWSTTaskTerminator _terminator; public: G1RefProcTaskProxy(ProcessTask& proc_task, G1FullCollector* scope);
< prev index next >