Integrated: 8364372: [Leyden] Set UseAOTCodeLoadThread ergonomically
Ashutosh Mehra
asmehra at openjdk.org
Fri Aug 1 03:16:10 UTC 2025
On Wed, 30 Jul 2025 21:15:03 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
> Without this fix:
>
> [assembly phase]
> $ java -Xlog:jit+thread=debug -XX:AOTMode=create -XX:AOTCache=jbench.aot -XX:AOTConfiguration=jbench.aotconf -cp JavacBench.jar JavacBench 100
> ...
> [0.317s][debug][jit,thread] Added initial compiler thread C1 AOT code caching CompilerThread
> [0.317s][debug][jit,thread] Added initial compiler thread C2 AOT code caching CompilerThread
> ..
>
> With this fix, these threads are only in the production phase, not in the assembly phase.
This pull request has now been integrated.
Changeset: 09ac488f
Author: Ashutosh Mehra <asmehra at openjdk.org>
URL: https://git.openjdk.org/leyden/commit/09ac488f9e1edfc3dc4d37cc338bd5dc5fe14d6f
Stats: 9 lines in 3 files changed: 4 ins; 3 del; 2 mod
8364372: [Leyden] Set UseAOTCodeLoadThread ergonomically
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/leyden/pull/89
More information about the leyden-dev
mailing list