Integrated: 8352187: Don't start management agent during AOT cache creation

Calvin Cheung ccheung at openjdk.org
Mon Jun 2 16:55:09 UTC 2025


On Sat, 31 May 2025 00:30:09 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> If a management agent is specified when creating an AOT cache, it resulted in `java.lang.IllegalArgumentException`.
> To avoid the exception, this fix is not to start the management agent when creating an AOT cache.
> 
> Passed tiers 1 - 4 testing.

This pull request has now been integrated.

Changeset: 8b6a11f7
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8b6a11f7e05ee0cece798c5ff6646bddbee04900
Stats:     80 lines in 2 files changed: 73 ins; 0 del; 7 mod

8352187: Don't start management agent during AOT cache creation

Reviewed-by: shade, iklam, kvn

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

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


More information about the hotspot-runtime-dev mailing list