Integrated: 8357473: Compilation spike leaves many CompileTasks in free list

Aleksey Shipilev shade at openjdk.org
Wed Jul 9 14:51:45 UTC 2025


On Fri, 23 May 2025 09:42:17 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`
>  - [x] Linux AArch64 server fastdebug, `all`

This pull request has now been integrated.

Changeset: a41d3507
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a41d35073ee6da0dde4dd731c1ab4c25245d075a
Stats:     134 lines in 6 files changed: 27 ins; 71 del; 36 mod

8357473: Compilation spike leaves many CompileTasks in free list

Reviewed-by: kvn, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list