8357591: Re-enable CDS test cases for jvmci after JDK-8345826

Reviewed-by: dholmes, kvn
This commit is contained in:
Ioi Lam 2025-06-09 21:54:55 +00:00
parent ef45c8154c
commit d186dacdb7
34 changed files with 0 additions and 72 deletions

View File

@ -28,8 +28,6 @@
* @summary CDS cannot archive lambda proxy with useImplMethodHandle * @summary CDS cannot archive lambda proxy with useImplMethodHandle
* @requires vm.cds * @requires vm.cds
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/test-classes
* @build pkg1.BaseWithProtectedMethod * @build pkg1.BaseWithProtectedMethod
* @build pkg2.Child * @build pkg2.Child

View File

@ -27,8 +27,6 @@
* @summary Test AOT cache support for array classes in custom class loaders. * @summary Test AOT cache support for array classes in custom class loaders.
* @bug 8353298 8356838 * @bug 8353298 8356838
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
* @build ReturnIntegerAsString * @build ReturnIntegerAsString
* @build AOTCacheSupportForCustomLoaders * @build AOTCacheSupportForCustomLoaders

View File

@ -26,8 +26,6 @@
* @test * @test
* @summary Test how various AOT optimizations handle classes that are excluded from the AOT cache. * @summary Test how various AOT optimizations handle classes that are excluded from the AOT cache.
* @requires vm.cds.write.archived.java.heap * @requires vm.cds.write.archived.java.heap
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib * @library /test/jdk/lib/testlibrary /test/lib
* /test/hotspot/jtreg/runtime/cds/appcds/aotCache/test-classes * /test/hotspot/jtreg/runtime/cds/appcds/aotCache/test-classes
* @build ExcludedClasses CustyWithLoop * @build ExcludedClasses CustyWithLoop

View File

@ -27,8 +27,6 @@
* @test * @test
* @summary Sanity test for AOTCache * @summary Sanity test for AOTCache
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build HelloAOTCache * @build HelloAOTCache
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar HelloAOTCacheApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar HelloAOTCacheApp

View File

@ -28,8 +28,6 @@
* @summary -javaagent should be allowed in AOT workflow. However, classes transformed/redefined by agents will not * @summary -javaagent should be allowed in AOT workflow. However, classes transformed/redefined by agents will not
* be cached. * be cached.
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
* @build JavaAgent JavaAgentTransformer Util * @build JavaAgent JavaAgentTransformer Util
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar JavaAgentApp JavaAgentApp$ShouldBeTransformed * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar JavaAgentApp JavaAgentApp$ShouldBeTransformed

View File

@ -28,8 +28,6 @@
* @bug 8352187 * @bug 8352187
* @summary ManagementAgent will not be started during AOT cache creation. * @summary ManagementAgent will not be started during AOT cache creation.
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build HelloAOTCache * @build HelloAOTCache
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar HelloAOTCacheApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar HelloAOTCacheApp

View File

@ -27,8 +27,6 @@
* @summary AOT cache handling for package-info class loaded by jdk/internal/loader/ClassLoaders$BootClassLoader * @summary AOT cache handling for package-info class loaded by jdk/internal/loader/ClassLoaders$BootClassLoader
* @bug 8354558 * @bug 8354558
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/jdk/java/lang/Package/bootclasspath/boot * @library /test/lib /test/jdk/java/lang/Package/bootclasspath/boot
* @build PackageInfoClass foo.Foo foo.MyAnnotation foo.package-info * @build PackageInfoClass foo.Foo foo.MyAnnotation foo.package-info
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar boot.jar foo.Foo foo.package-info foo.MyAnnotation * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar boot.jar foo.Foo foo.package-info foo.MyAnnotation

View File

@ -27,8 +27,6 @@
* @summary Use special characters in the name of the cache file specified by -XX:AOTCacheOutput * @summary Use special characters in the name of the cache file specified by -XX:AOTCacheOutput
* Make sure these characters are passed to the child JVM process that assembles the cache. * Make sure these characters are passed to the child JVM process that assembles the cache.
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build SpecialCacheNames * @build SpecialCacheNames
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar MyTestApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar MyTestApp

View File

@ -26,8 +26,6 @@
* @test * @test
* @summary Sanity test for AOTCache * @summary Sanity test for AOTCache
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build VerifierFailOver_Helper * @build VerifierFailOver_Helper
* @build VerifierFailOver * @build VerifierFailOver

View File

@ -28,8 +28,6 @@
* @bug 8352775 * @bug 8352775
* @requires vm.cds * @requires vm.cds
* @requires vm.gc.Z * @requires vm.gc.Z
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build AOTCacheWithZGC * @build AOTCacheWithZGC
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar AOTCacheWithZGCApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar AOTCacheWithZGCApp

View File

@ -26,8 +26,6 @@
* @test Make sure loader constraints are passed from AOT preimage to final image. * @test Make sure loader constraints are passed from AOT preimage to final image.
* @bug 8348426 * @bug 8348426
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib * @library /test/jdk/lib/testlibrary /test/lib
* @build AOTLoaderConstraintsTest BootClass * @build AOTLoaderConstraintsTest BootClass
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar boot.jar BootClass * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar boot.jar BootClass

View File

@ -28,8 +28,6 @@
* @bug 8352437 * @bug 8352437
* @requires vm.cds * @requires vm.cds
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @run driver AddExports * @run driver AddExports
*/ */

View File

@ -26,8 +26,6 @@
* @test * @test
* @requires vm.cds * @requires vm.cds
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @run driver AddOpens * @run driver AddOpens
* @summary sanity test the --add-opens option * @summary sanity test the --add-opens option

View File

@ -27,8 +27,6 @@
* @bug 8354083 * @bug 8354083
* @requires vm.cds * @requires vm.cds
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @run driver AddReads * @run driver AddReads
* @summary sanity test the --add-reads option * @summary sanity test the --add-reads option

View File

@ -29,8 +29,6 @@
/* /*
* @test id=static * @test id=static
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
* @build InitiatingLoaderTester BadOldClassA BadOldClassB * @build InitiatingLoaderTester BadOldClassA BadOldClassB
* @build jdk.test.whitebox.WhiteBox BulkLoaderTest SimpleCusty * @build jdk.test.whitebox.WhiteBox BulkLoaderTest SimpleCusty
@ -45,8 +43,6 @@
/* /*
* @test id=dynamic * @test id=dynamic
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
* @build InitiatingLoaderTester BadOldClassA BadOldClassB * @build InitiatingLoaderTester BadOldClassA BadOldClassB
* @build jdk.test.whitebox.WhiteBox BulkLoaderTest SimpleCusty * @build jdk.test.whitebox.WhiteBox BulkLoaderTest SimpleCusty
@ -61,8 +57,6 @@
/* /*
* @test id=aot * @test id=aot
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
* @build jdk.test.whitebox.WhiteBox InitiatingLoaderTester BadOldClassA BadOldClassB * @build jdk.test.whitebox.WhiteBox InitiatingLoaderTester BadOldClassA BadOldClassB
* @build BulkLoaderTest SimpleCusty * @build BulkLoaderTest SimpleCusty

View File

@ -26,8 +26,6 @@
* @test Do not cache classes that are loaded from a fake location. * @test Do not cache classes that are loaded from a fake location.
* @bug 8352001 * @bug 8352001
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib * @library /test/jdk/lib/testlibrary /test/lib
* @build FakeCodeLocation * @build FakeCodeLocation
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar FakeCodeLocationApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar FakeCodeLocationApp

View File

@ -28,8 +28,6 @@
* @requires vm.cds.write.archived.java.heap * @requires vm.cds.write.archived.java.heap
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @requires vm.debug * @requires vm.debug
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @build GeneratedInternedString * @build GeneratedInternedString
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar GeneratedInternedStringApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar GeneratedInternedStringApp

View File

@ -27,8 +27,6 @@
* @bug 8349888 * @bug 8349888
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @requires vm.gc.Epsilon * @requires vm.gc.Epsilon
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib * @library /test/jdk/lib/testlibrary /test/lib
* @build LambdaInExcludedClass * @build LambdaInExcludedClass
* @run driver jdk.test.lib.helpers.ClassFileInstaller LambdaInExcludedClassApp * @run driver jdk.test.lib.helpers.ClassFileInstaller LambdaInExcludedClassApp

View File

@ -27,8 +27,6 @@
* @requires vm.cds.write.archived.java.heap * @requires vm.cds.write.archived.java.heap
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @requires vm.debug * @requires vm.debug
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @build MethodHandleTest * @build MethodHandleTest
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar mh.jar * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar mh.jar

View File

@ -27,8 +27,6 @@
* @summary Handling of non-final static string that has an initial value * @summary Handling of non-final static string that has an initial value
* @bug 8356125 * @bug 8356125
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build NonFinalStaticWithInitVal_Helper * @build NonFinalStaticWithInitVal_Helper
* @build NonFinalStaticWithInitVal * @build NonFinalStaticWithInitVal

View File

@ -34,8 +34,6 @@
/* /*
* @test id=aot * @test id=aot
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build StringConcatStress * @build StringConcatStress
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar StringConcatStressApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar StringConcatStressApp

View File

@ -28,8 +28,6 @@
* is used for running HotSpot tests in the "AOT mode" * is used for running HotSpot tests in the "AOT mode"
* (E.g., make test JTREG=AOT_JDK=true TEST=open/test/hotspot/jtreg/runtime/invokedynamic) * (E.g., make test JTREG=AOT_JDK=true TEST=open/test/hotspot/jtreg/runtime/invokedynamic)
* @requires vm.cds * @requires vm.cds
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/setup_aot * @library /test/lib /test/setup_aot
* @build TestSetupAOTTest JavacBenchApp TestSetupAOT * @build TestSetupAOTTest JavacBenchApp TestSetupAOT
* @run driver jdk.test.lib.helpers.ClassFileInstaller * @run driver jdk.test.lib.helpers.ClassFileInstaller

View File

@ -27,8 +27,6 @@
* @summary -XX:AOTMode=record should not interfere with app execution: (1) thread creation; (2) exit code * @summary -XX:AOTMode=record should not interfere with app execution: (1) thread creation; (2) exit code
* @bug 8351327 * @bug 8351327
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib * @library /test/jdk/lib/testlibrary /test/lib
* @build TrainingRun * @build TrainingRun
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar MyTestApp * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar MyTestApp

View File

@ -27,8 +27,6 @@
* @requires vm.cds.write.archived.java.heap * @requires vm.cds.write.archived.java.heap
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @requires vm.debug * @requires vm.debug
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @build WeakReferenceTest * @build WeakReferenceTest
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar weakref.jar * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar weakref.jar

View File

@ -26,8 +26,6 @@
* @test * @test
* @summary Sanity test of combinations of the diagnostic flags [+-]AOTRecordTraining and [+-]AOTReplayTraining * @summary Sanity test of combinations of the diagnostic flags [+-]AOTRecordTraining and [+-]AOTReplayTraining
* @requires vm.cds * @requires vm.cds
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @requires vm.flagless * @requires vm.flagless
* @library /test/lib /test/setup_aot /test/hotspot/jtreg/runtime/cds/appcds/test-classes * @library /test/lib /test/setup_aot /test/hotspot/jtreg/runtime/cds/appcds/test-classes

View File

@ -28,8 +28,6 @@
* @summary Test for the -XX:ArchiveHeapTestClass flag * @summary Test for the -XX:ArchiveHeapTestClass flag
* @requires vm.debug == true & vm.cds.write.archived.java.heap * @requires vm.debug == true & vm.cds.write.archived.java.heap
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @modules java.logging * @modules java.logging
* @library /test/jdk/lib/testlibrary /test/lib * @library /test/jdk/lib/testlibrary /test/lib
* /test/hotspot/jtreg/runtime/cds/appcds * /test/hotspot/jtreg/runtime/cds/appcds

View File

@ -28,8 +28,6 @@
* @summary Run the MethodHandlesAsCollectorTest.java test in CDSAppTester::AOT workflow. * @summary Run the MethodHandlesAsCollectorTest.java test in CDSAppTester::AOT workflow.
* @requires vm.cds & vm.compMode != "Xcomp" * @requires vm.cds & vm.compMode != "Xcomp"
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @comment Some of the tests run excessively slowly with -Xcomp. The original * @comment Some of the tests run excessively slowly with -Xcomp. The original
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude * tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
* the generated tests from -Xcomp execution as well. * the generated tests from -Xcomp execution as well.

View File

@ -28,8 +28,6 @@
* @summary Run the MethodHandlesCastFailureTest.java test in CDSAppTester::AOT workflow. * @summary Run the MethodHandlesCastFailureTest.java test in CDSAppTester::AOT workflow.
* @requires vm.cds & vm.compMode != "Xcomp" * @requires vm.cds & vm.compMode != "Xcomp"
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @comment Some of the tests run excessively slowly with -Xcomp. The original * @comment Some of the tests run excessively slowly with -Xcomp. The original
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude * tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
* the generated tests from -Xcomp execution as well. * the generated tests from -Xcomp execution as well.

View File

@ -28,8 +28,6 @@
* @summary Run the MethodHandlesGeneralTest.java test in CDSAppTester::AOT workflow. * @summary Run the MethodHandlesGeneralTest.java test in CDSAppTester::AOT workflow.
* @requires vm.cds & vm.compMode != "Xcomp" * @requires vm.cds & vm.compMode != "Xcomp"
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @comment Some of the tests run excessively slowly with -Xcomp. The original * @comment Some of the tests run excessively slowly with -Xcomp. The original
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude * tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
* the generated tests from -Xcomp execution as well. * the generated tests from -Xcomp execution as well.

View File

@ -28,8 +28,6 @@
* @summary Run the MethodHandlesInvokersTest.java test in CDSAppTester::AOT workflow. * @summary Run the MethodHandlesInvokersTest.java test in CDSAppTester::AOT workflow.
* @requires vm.cds & vm.compMode != "Xcomp" * @requires vm.cds & vm.compMode != "Xcomp"
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @comment Some of the tests run excessively slowly with -Xcomp. The original * @comment Some of the tests run excessively slowly with -Xcomp. The original
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude * tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
* the generated tests from -Xcomp execution as well. * the generated tests from -Xcomp execution as well.

View File

@ -28,8 +28,6 @@
* @summary Run the MethodHandlesPermuteArgumentsTest.java test in CDSAppTester::AOT workflow. * @summary Run the MethodHandlesPermuteArgumentsTest.java test in CDSAppTester::AOT workflow.
* @requires vm.cds & vm.compMode != "Xcomp" * @requires vm.cds & vm.compMode != "Xcomp"
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @comment Some of the tests run excessively slowly with -Xcomp. The original * @comment Some of the tests run excessively slowly with -Xcomp. The original
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude * tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
* the generated tests from -Xcomp execution as well. * the generated tests from -Xcomp execution as well.

View File

@ -28,8 +28,6 @@
* @summary Run the MethodHandlesSpreadArgumentsTest.java test in CDSAppTester::AOT workflow. * @summary Run the MethodHandlesSpreadArgumentsTest.java test in CDSAppTester::AOT workflow.
* @requires vm.cds & vm.compMode != "Xcomp" * @requires vm.cds & vm.compMode != "Xcomp"
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @comment Some of the tests run excessively slowly with -Xcomp. The original * @comment Some of the tests run excessively slowly with -Xcomp. The original
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude * tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
* the generated tests from -Xcomp execution as well. * the generated tests from -Xcomp execution as well.

View File

@ -28,8 +28,6 @@
* @bug 8340836 * @bug 8340836
* @requires vm.cds * @requires vm.cds
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes/ * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes/
* @build AOTLinkedLambdas * @build AOTLinkedLambdas
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar

View File

@ -28,8 +28,6 @@
* @bug 8343245 * @bug 8343245
* @requires vm.cds * @requires vm.cds
* @requires vm.cds.supports.aot.class.linking * @requires vm.cds.supports.aot.class.linking
* @comment work around JDK-8345635
* @requires !vm.jvmci.enabled
* @library /test/lib * @library /test/lib
* @build AOTLinkedVarHandles * @build AOTLinkedVarHandles
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar