mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 18:50:07 +00:00
Fix missing undo
This commit is contained in:
parent
c3e137a6bc
commit
bb492a04f8
@ -1292,9 +1292,7 @@ public class ForkJoinPool extends AbstractExecutorService
|
||||
U.putReferenceVolatile(this, ARRAY, newArray);
|
||||
if (unlock != 1)
|
||||
phase = unlock;
|
||||
ForkJoinWorkerThread o;
|
||||
if (pool != null ||
|
||||
((o = owner) != null && (pool = o.pool) != null))
|
||||
if (pool != null)
|
||||
pool.signalWork(this, s);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user