RFR: 8307468: CDS Lambda Proxy classes are regenerated in dynamic dump [v2]

Calvin Cheung ccheung at openjdk.org
Wed Sep 6 04:47:38 UTC 2023


On Fri, 1 Sep 2023 19:10:59 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comments from @ashu-mehra and @turbanoff
>
> test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/UsedAllArchivedLambdas.java line 69:
> 
>> 67:             "-cp", appJar, mainClass, "run")
>> 68:             .assertNormalExit(output -> {
>> 69:                 output.shouldContain("Used all dynamic archived lambda proxy classes for: UsedAllArchivedLambdasApp run()Ljava/lang/Runnable;")
> 
> Probably worth checking the output for "Used all static archived lambda proxy classes for" as well?

@ashu-mehra Could you review my updated changes? Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15524#discussion_r1316718704


More information about the hotspot-runtime-dev mailing list