mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8188877: Improper synchronization in offer_termination
Reviewed-by: kbarrett, tschatzl, aph
This commit is contained in:
parent
2f50ac4820
commit
ded2479840
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue