RFR: 8274718: runtime/cds/appcds/LambdaEagerInit.java fails with -XX:-CompactStrings [v2]

Calvin Cheung ccheung at openjdk.java.net
Wed Oct 13 04:49:49 UTC 2021


On Wed, 13 Oct 2021 03:47:08 GMT, Fairoz Matte <fmatte at openjdk.org> wrote:

>> This test uses the default CDS archive with -Xshare:on. However, the default CDS archive may fail to load when a few VM flags are mismatched.
>> Using  -Xshare:auto instead of -Xshare:on for testDefaultArchiveWithEagerInitializationEnabled() and testDefaultArchiveWithEagerInitializationDisabled() method calls
>
> Fairoz Matte has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8274718: runtime/cds/appcds/LambdaEagerInit.java fails with -XX:-CompactStrings

Looks good.
One nit: please update the copyright year before integrate.

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

Marked as reviewed by ccheung (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5906


More information about the hotspot-runtime-dev mailing list