mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-12 07:58:43 +00:00
8188877: Improper synchronization in offer_termination
Reviewed-by: kbarrett, tschatzl, aph
This commit is contained in:
parent
2f50ac4820
commit
ded2479840
@ -425,7 +425,7 @@ class ParallelTaskTerminator: public StackObj {
|
||||
private:
|
||||
uint _n_threads;
|
||||
TaskQueueSetSuper* _queue_set;
|
||||
uint _offered_termination;
|
||||
volatile uint _offered_termination;
|
||||
|
||||
#ifdef TRACESPINNING
|
||||
static uint _total_yields;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user