RFR: 8356998: Convert -Xlog:cds to -Xlog:aot (step 2) [v4]

Ioi Lam iklam at openjdk.org
Mon May 19 23:05:33 UTC 2025


On Mon, 19 May 2025 21:40:59 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed one missed log_info(cds)
>
> test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/WeakReferenceTest.java line 92:
> 
>> 90:                     "-Xlog:gc,cds+class=debug",
>> 91:                     "-XX:AOTInitTestClass=" + mainClass,
>> 92:                   //"-Xlog:aot+map,aot+map+oops=trace:file=cds.oops.txt:none:filesize=0",
> 
> Why is this commented out?

This produces a lot of output and slows down the test execution. I added this log when I was debugging the test. Since it's no longer needed (but it's impacted by this PR), I think we should delete it.

I deleted this line instead of commenting it out.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25238#discussion_r2096587891


More information about the hotspot-dev mailing list