8077571: ObjPtrQueue is poorly named

Renamed to SATBMarkQueue and renamed files.

Reviewed-by: brutisso, tschatzl, dholmes, twisti
This commit is contained in:
Kim Barrett 2015-11-06 16:30:40 -05:00
parent 333927f512
commit fd7b3345c8
8 changed files with 28 additions and 28 deletions

View file

@ -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.