mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-21 21:33:07 +00:00
Adjust runworker for previous update
This commit is contained in:
parent
e3f012fcd9
commit
76dd5ddd06
@ -2001,7 +2001,7 @@ public class ForkJoinPool extends AbstractExecutorService
|
||||
}
|
||||
else if (U.compareAndSetReference(a, bp, t, null)) {
|
||||
q.base = nb;
|
||||
Object nt = U.getReferenceAcquire(a, np);
|
||||
Object nt = U.getReference(a, np);
|
||||
w.source = qid;
|
||||
rescans = 1;
|
||||
++taken;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user