Integrated: 8361397: Rework CompileLog list synchronization

Aleksey Shipilev shade at openjdk.org
Tue Jul 8 08:25:46 UTC 2025


On Fri, 4 Jul 2025 09:23:28 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> I want to remove `CompileTaskAlloc_lock` completely with [JDK-8357473](https://bugs.openjdk.org/browse/JDK-8357473), and for that we need to fix a stray use of that lock in CompileLog list linkage. We can rewrite that part to atomics.
> 
> Additional testing:
>  - [x] Linux x86_64 server fastdebug, `compiler`

This pull request has now been integrated.

Changeset: 7b255b8a
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7b255b8a625ce1eda1ec6242b8e438691f6cc845
Stats:     11 lines in 2 files changed: 4 ins; 0 del; 7 mod

8361397: Rework CompileLog list synchronization

Reviewed-by: kvn, chagedorn

-------------

PR: https://git.openjdk.org/jdk/pull/26127


More information about the hotspot-compiler-dev mailing list