mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8077571: ObjPtrQueue is poorly named
Renamed to SATBMarkQueue and renamed files. Reviewed-by: brutisso, tschatzl, dholmes, twisti
This commit is contained in:
parent
333927f512
commit
fd7b3345c8
8 changed files with 28 additions and 28 deletions
|
@ -1938,7 +1938,7 @@ void JavaThread::initialize_queues() {
|
|||
assert(!SafepointSynchronize::is_at_safepoint(),
|
||||
"we should not be at a safepoint");
|
||||
|
||||
ObjPtrQueue& satb_queue = satb_mark_queue();
|
||||
SATBMarkQueue& satb_queue = satb_mark_queue();
|
||||
SATBMarkQueueSet& satb_queue_set = satb_mark_queue_set();
|
||||
// The SATB queue should have been constructed with its active
|
||||
// field set to false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue