> Please review this change which includes: > > - If the `jdk.internal.lambda.disableEagerInitialization`property is enabled, > the `InnerClassLambdaMetafactory` will not involve CDS to archive lambda > proxy classes or to find them from an archive. > > - Not passing the `initialize` (same as `!disableEagerInitialization`) to > `LambdaProxyClassArchive.find` and eventually to the > `JVM_LookupLambdaProxyClassFromArchive` function. > > Testing: > > - [x] all cds/appcds tests locally on linux-x64 > > - [x] tiers 1 - 4 (in progress)
Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision: Skip testing with default CDS archive on aarch64 platform ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/1542/files - new: https://git.openjdk.java.net/jdk/pull/1542/files/fc10e77f..ec851f0c Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1542&range=04 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1542&range=03-04 Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod Patch: https://git.openjdk.java.net/jdk/pull/1542.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1542/head:pull/1542 PR: https://git.openjdk.java.net/jdk/pull/1542
