[jdk25u-dev] Integrated: 8372835: WorkQueue::push is missing an acquire-fence
Aleksey Shipilev
shade at openjdk.org
Wed Jan 21 11:21:53 UTC 2026
On Tue, 13 Jan 2026 11:25:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> This one is a little weird process-wise. There is `25.0.3-oracle` fix for it already, but no mainline fix (yet). Mainline would get it via [JDK-8375130](https://bugs.openjdk.org/browse/JDK-8375130). I think it is easier to "backport" this change instead of partially pick up JDK-8375130. This also addresses parity more thoroughly. There is no significant correctness risk here, as we "only" add a new barrier. Might have performance implications, but correctness trumps it.
>
> Additional testing:
> - [x] Linux x86_64 server fastdebug, `java/util/concurrent`
> - [x] Linux x86_64 server fastdebug, `tier1`
This pull request has now been integrated.
Changeset: b0efb28c
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk25u-dev/commit/b0efb28c6301a0749d75c042194c3218cf6c53fe
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8372835: WorkQueue::push is missing an acquire-fence
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk25u-dev/pull/141
More information about the jdk-updates-dev
mailing list