RFR: 8361397: Rework CompileLog list synchronization [v2]

Aleksey Shipilev shade at openjdk.org
Mon Jul 7 15:19:38 UTC 2025


On Mon, 7 Jul 2025 09:07:32 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`
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
> 
>  - Merge branch 'master' into JDK-8361397-compilelog-list
>  - Fix

Still looking for reviewers :)

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

PR Comment: https://git.openjdk.org/jdk/pull/26127#issuecomment-3045590870


More information about the hotspot-compiler-dev mailing list