Because of JDK-8345635, some CDS tests for -XX:+AOTClassLinking are failing when JVMCI compiler is enabled. E.g.,
time make test \
TEST_OPTS_VM_OPTIONS="-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler" \
TEST=open/test/hotspot/jtreg/runtime/cds
runtime/cds/appcds/LambdaWithUseImplMethodHandle.java
runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java
runtime/cds/appcds/cacheObject/ArchiveHeapTestClass.java
runtime/cds/appcds/resolvedConstants/AOTLinkedLambdas.java
runtime/cds/appcds/resolvedConstants/AOTLinkedVarHandles.java
Before JDK-8345635 is fixed, these tests should be excluded with:
* @requires !vm.jvmci.enabled