RFR: 8357473: Compilation spike leaves many CompileTasks in free list [v2]
Vladimir Kozlov
kvn at openjdk.org
Tue May 27 15:20:59 UTC 2025
On Fri, 23 May 2025 17:34:36 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> See bug for more discussion.
>>
>> This PR implements the "all the way" solution by removing the free list completely. It complements https://github.com/openjdk/jdk/pull/25364, and can go either first, or second. We will remerge the other one once either integrates.
>>
>> Additional testing:
>> - [x] Linux x86_64 server fastdebug, `compiler`
>> - [ ] Linux AArch64 server fastdebug, `all`
>
> 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 four additional commits since the last revision:
>
> - Merge branch 'master' into JDK-8357473-compile-task-free-list
> - Also free the lock!
> - Comments and indenting
> - Basic deletion
My testing passed. But let wait AOT JEPs integration.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25409#pullrequestreview-2871531892
More information about the hotspot-compiler-dev
mailing list