< prev index next >

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

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

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * 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.

@@ -34,11 +34,11 @@
 #include "gc/shared/referenceProcessor.hpp"
 #include "utilities/ticks.hpp"
 
 class G1FullGCMarkTask : public G1FullGCTask {
   G1RootProcessor          _root_processor;
-  TaskTerminator           _terminator;
+  OWSTTaskTerminator       _terminator;
 
 public:
   G1FullGCMarkTask(G1FullCollector* collector);
   void work(uint worker_id);
 };
< prev index next >