RFR: 8257651: LambdaEagerInit.java test failed in 2 different ways

Calvin Cheung ccheung at openjdk.java.net
Fri Dec 4 02:28:02 UTC 2020


Please review this simple change for fixing the 2 issues as described in the bug report.

- exclude the test from the hotspot_appcds_dynamic test group.

- compile Asserts.java so that the class file will be located under the following dir `.../JTwork/classes/.../runtime/cds/appcds/LambdaEagerInit.d/jdk/test/lib/`

Passed hs-tier4 tests.

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

Commit messages:
 - 8257651: LambdaEagerInit.java test failed in 2 different ways

Changes: https://git.openjdk.java.net/jdk/pull/1616/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1616&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257651
  Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1616.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1616/head:pull/1616

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


More information about the hotspot-runtime-dev mailing list