mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8238160: Uniformize Parallel GC task queue variable names
Reviewed-by: kbarrett, sangheki
This commit is contained in:
parent
1d42f083c1
commit
c16040393c
7 changed files with 37 additions and 38 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 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
|
||||
|
@ -56,6 +56,9 @@ class PSPromotionManager {
|
|||
friend class PSRefProcTask;
|
||||
|
||||
private:
|
||||
typedef OverflowTaskQueue<StarTask, mtGC> OopStarTaskQueue;
|
||||
typedef GenericTaskQueueSet<OopStarTaskQueue, mtGC> OopStarTaskQueueSet;
|
||||
|
||||
static PaddedEnd<PSPromotionManager>* _manager_array;
|
||||
static OopStarTaskQueueSet* _stack_array_depth;
|
||||
static PreservedMarksSet* _preserved_marks_set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue