RFR: 8352187: Don't start management agent during AOT cache creation [v2]

Ioi Lam iklam at openjdk.org
Mon Jun 2 16:50:14 UTC 2025


On Mon, 2 Jun 2025 16:46:51 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.
>
> Calvin Cheung has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Update test/hotspot/jtreg/runtime/cds/appcds/aotCache/ManagementAgent.java
>    
>    Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
>  - place the new test in a new file

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25562#pullrequestreview-2889210530


More information about the hotspot-runtime-dev mailing list