8217419: Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free)
Reviewed-by: aph, simonis, rkennke
This commit is contained in:
parent
5c83330cf8
commit
108c7bbe0b
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018, Red Hat, Inc. All rights reserved.
|
||||
* Copyright (c) 2018, 2019, Red Hat, Inc. All rights reserved.
|
||||
*
|
||||
* 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
ShenandoahSATBMarkQueueSet::ShenandoahSATBMarkQueueSet() :
|
||||
_heap(NULL),
|
||||
_satb_mark_queue_buffer_allocator(ShenandoahSATBBufferSize, SATB_Q_FL_lock)
|
||||
_satb_mark_queue_buffer_allocator("SATB Buffer Allocator", ShenandoahSATBBufferSize)
|
||||
{}
|
||||
|
||||
void ShenandoahSATBMarkQueueSet::initialize(ShenandoahHeap* const heap,
|
||||
|
Loading…
Reference in New Issue
Block a user