On Fri, 13 Jan 2023 21:07:38 GMT, Calvin Cheung <cche...@openjdk.org> wrote:
> Moving the `ArchivedEnumTest.java` from `runtime/cds/appcds/cacheObject` to > `jdk/internal/misc/CDS` so that the test will be run in jdk-tier1. This is to > avoid inadvertently breakage of the test like in JDK-8292499. > > Since jdk tier testing runs with product builds, the > CDSHeapVerifier::verify() needs to be enabled with product builds. > Currently, the verify() function only checks built-in classes. > > Testing: jdk-tier1, tier3, tier4. This pull request has now been integrated. Changeset: 910dffea Author: Calvin Cheung <cche...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/910dffea867ea57b6338daf9ed7f6ea81536a934 Stats: 6 lines in 5 files changed: 1 ins; 2 del; 3 mod 8292635: Run ArchivedEnumTest.java in jdk tier testing Reviewed-by: iklam, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/11999