Skip to content

Commit d186dac

Browse files
committed
8357591: Re-enable CDS test cases for jvmci after JDK-8345826
Reviewed-by: dholmes, kvn
1 parent ef45c81 commit d186dac

34 files changed

+0
-72
lines changed

test/hotspot/jtreg/runtime/cds/appcds/LambdaWithUseImplMethodHandle.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary CDS cannot archive lambda proxy with useImplMethodHandle
2929
* @requires vm.cds
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/test-classes
3432
* @build pkg1.BaseWithProtectedMethod
3533
* @build pkg2.Child

test/hotspot/jtreg/runtime/cds/appcds/aotCache/AOTCacheSupportForCustomLoaders.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @summary Test AOT cache support for array classes in custom class loaders.
2828
* @bug 8353298 8356838
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
3331
* @build ReturnIntegerAsString
3432
* @build AOTCacheSupportForCustomLoaders

test/hotspot/jtreg/runtime/cds/appcds/aotCache/ExcludedClasses.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @test
2727
* @summary Test how various AOT optimizations handle classes that are excluded from the AOT cache.
2828
* @requires vm.cds.write.archived.java.heap
29-
* @comment work around JDK-8345635
30-
* @requires !vm.jvmci.enabled
3129
* @library /test/jdk/lib/testlibrary /test/lib
3230
* /test/hotspot/jtreg/runtime/cds/appcds/aotCache/test-classes
3331
* @build ExcludedClasses CustyWithLoop

test/hotspot/jtreg/runtime/cds/appcds/aotCache/HelloAOTCache.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @test
2828
* @summary Sanity test for AOTCache
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/lib
3331
* @build HelloAOTCache
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar HelloAOTCacheApp

test/hotspot/jtreg/runtime/cds/appcds/aotCache/JavaAgent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary -javaagent should be allowed in AOT workflow. However, classes transformed/redefined by agents will not
2929
* be cached.
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
3432
* @build JavaAgent JavaAgentTransformer Util
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar JavaAgentApp JavaAgentApp$ShouldBeTransformed

test/hotspot/jtreg/runtime/cds/appcds/aotCache/ManagementAgent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @bug 8352187
2929
* @summary ManagementAgent will not be started during AOT cache creation.
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib
3432
* @build HelloAOTCache
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar HelloAOTCacheApp

test/hotspot/jtreg/runtime/cds/appcds/aotCache/PackageInfoClass.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @summary AOT cache handling for package-info class loaded by jdk/internal/loader/ClassLoaders$BootClassLoader
2828
* @bug 8354558
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/lib /test/jdk/java/lang/Package/bootclasspath/boot
3331
* @build PackageInfoClass foo.Foo foo.MyAnnotation foo.package-info
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar boot.jar foo.Foo foo.package-info foo.MyAnnotation

test/hotspot/jtreg/runtime/cds/appcds/aotCache/SpecialCacheNames.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @summary Use special characters in the name of the cache file specified by -XX:AOTCacheOutput
2828
* Make sure these characters are passed to the child JVM process that assembles the cache.
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/lib
3331
* @build SpecialCacheNames
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar MyTestApp

test/hotspot/jtreg/runtime/cds/appcds/aotCache/VerifierFailOver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @test
2727
* @summary Sanity test for AOTCache
2828
* @requires vm.cds.supports.aot.class.linking
29-
* @comment work around JDK-8345635
30-
* @requires !vm.jvmci.enabled
3129
* @library /test/lib
3230
* @build VerifierFailOver_Helper
3331
* @build VerifierFailOver

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AOTCacheWithZGC.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @bug 8352775
2929
* @requires vm.cds
3030
* @requires vm.gc.Z
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib
3432
* @build AOTCacheWithZGC
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar AOTCacheWithZGCApp

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AOTLoaderConstraintsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @test Make sure loader constraints are passed from AOT preimage to final image.
2727
* @bug 8348426
2828
* @requires vm.cds.supports.aot.class.linking
29-
* @comment work around JDK-8345635
30-
* @requires !vm.jvmci.enabled
3129
* @library /test/jdk/lib/testlibrary /test/lib
3230
* @build AOTLoaderConstraintsTest BootClass
3331
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar boot.jar BootClass

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AddExports.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @bug 8352437
2929
* @requires vm.cds
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3432
* @run driver AddExports
3533
*/

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AddOpens.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @test
2727
* @requires vm.cds
2828
* @requires vm.cds.supports.aot.class.linking
29-
* @comment work around JDK-8345635
30-
* @requires !vm.jvmci.enabled
3129
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3230
* @run driver AddOpens
3331
* @summary sanity test the --add-opens option

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/AddReads.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @bug 8354083
2828
* @requires vm.cds
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3331
* @run driver AddReads
3432
* @summary sanity test the --add-reads option

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
/*
3030
* @test id=static
3131
* @requires vm.cds.supports.aot.class.linking
32-
* @comment work around JDK-8345635
33-
* @requires !vm.jvmci.enabled
3432
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
3533
* @build InitiatingLoaderTester BadOldClassA BadOldClassB
3634
* @build jdk.test.whitebox.WhiteBox BulkLoaderTest SimpleCusty
@@ -45,8 +43,6 @@
4543
/*
4644
* @test id=dynamic
4745
* @requires vm.cds.supports.aot.class.linking
48-
* @comment work around JDK-8345635
49-
* @requires !vm.jvmci.enabled
5046
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
5147
* @build InitiatingLoaderTester BadOldClassA BadOldClassB
5248
* @build jdk.test.whitebox.WhiteBox BulkLoaderTest SimpleCusty
@@ -61,8 +57,6 @@
6157
/*
6258
* @test id=aot
6359
* @requires vm.cds.supports.aot.class.linking
64-
* @comment work around JDK-8345635
65-
* @requires !vm.jvmci.enabled
6660
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes
6761
* @build jdk.test.whitebox.WhiteBox InitiatingLoaderTester BadOldClassA BadOldClassB
6862
* @build BulkLoaderTest SimpleCusty

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/FakeCodeLocation.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @test Do not cache classes that are loaded from a fake location.
2727
* @bug 8352001
2828
* @requires vm.cds.supports.aot.class.linking
29-
* @comment work around JDK-8345635
30-
* @requires !vm.jvmci.enabled
3129
* @library /test/jdk/lib/testlibrary /test/lib
3230
* @build FakeCodeLocation
3331
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar FakeCodeLocationApp

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/GeneratedInternedString.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @requires vm.cds.write.archived.java.heap
2929
* @requires vm.cds.supports.aot.class.linking
3030
* @requires vm.debug
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3432
* @build GeneratedInternedString
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar GeneratedInternedStringApp

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/LambdaInExcludedClass.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @bug 8349888
2828
* @requires vm.cds.supports.aot.class.linking
2929
* @requires vm.gc.Epsilon
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/jdk/lib/testlibrary /test/lib
3331
* @build LambdaInExcludedClass
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller LambdaInExcludedClassApp

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/MethodHandleTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @requires vm.cds.write.archived.java.heap
2828
* @requires vm.cds.supports.aot.class.linking
2929
* @requires vm.debug
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3331
* @build MethodHandleTest
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar mh.jar

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/NonFinalStaticWithInitVal.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @summary Handling of non-final static string that has an initial value
2828
* @bug 8356125
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/lib
3331
* @build NonFinalStaticWithInitVal_Helper
3432
* @build NonFinalStaticWithInitVal

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/StringConcatStress.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
/*
3535
* @test id=aot
3636
* @requires vm.cds.supports.aot.class.linking
37-
* @comment work around JDK-8345635
38-
* @requires !vm.jvmci.enabled
3937
* @library /test/lib
4038
* @build StringConcatStress
4139
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar StringConcatStressApp

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/TestSetupAOTTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* is used for running HotSpot tests in the "AOT mode"
2929
* (E.g., make test JTREG=AOT_JDK=true TEST=open/test/hotspot/jtreg/runtime/invokedynamic)
3030
* @requires vm.cds
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib /test/setup_aot
3432
* @build TestSetupAOTTest JavacBenchApp TestSetupAOT
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/TrainingRun.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @summary -XX:AOTMode=record should not interfere with app execution: (1) thread creation; (2) exit code
2828
* @bug 8351327
2929
* @requires vm.cds.supports.aot.class.linking
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/jdk/lib/testlibrary /test/lib
3331
* @build TrainingRun
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar MyTestApp

test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/WeakReferenceTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
* @requires vm.cds.write.archived.java.heap
2828
* @requires vm.cds.supports.aot.class.linking
2929
* @requires vm.debug
30-
* @comment work around JDK-8345635
31-
* @requires !vm.jvmci.enabled
3230
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3331
* @build WeakReferenceTest
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar weakref.jar

test/hotspot/jtreg/runtime/cds/appcds/aotProfile/AOTProfileFlags.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
* @test
2727
* @summary Sanity test of combinations of the diagnostic flags [+-]AOTRecordTraining and [+-]AOTReplayTraining
2828
* @requires vm.cds
29-
* @comment work around JDK-8345635
30-
* @requires !vm.jvmci.enabled
3129
* @requires vm.cds.supports.aot.class.linking
3230
* @requires vm.flagless
3331
* @library /test/lib /test/setup_aot /test/hotspot/jtreg/runtime/cds/appcds/test-classes

test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchiveHeapTestClass.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Test for the -XX:ArchiveHeapTestClass flag
2929
* @requires vm.debug == true & vm.cds.write.archived.java.heap
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @modules java.logging
3432
* @library /test/jdk/lib/testlibrary /test/lib
3533
* /test/hotspot/jtreg/runtime/cds/appcds

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesAsCollectorTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Run the MethodHandlesAsCollectorTest.java test in CDSAppTester::AOT workflow.
2929
* @requires vm.cds & vm.compMode != "Xcomp"
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @comment Some of the tests run excessively slowly with -Xcomp. The original
3432
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
3533
* the generated tests from -Xcomp execution as well.

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesCastFailureTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Run the MethodHandlesCastFailureTest.java test in CDSAppTester::AOT workflow.
2929
* @requires vm.cds & vm.compMode != "Xcomp"
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @comment Some of the tests run excessively slowly with -Xcomp. The original
3432
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
3533
* the generated tests from -Xcomp execution as well.

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesGeneralTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Run the MethodHandlesGeneralTest.java test in CDSAppTester::AOT workflow.
2929
* @requires vm.cds & vm.compMode != "Xcomp"
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @comment Some of the tests run excessively slowly with -Xcomp. The original
3432
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
3533
* the generated tests from -Xcomp execution as well.

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesInvokersTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Run the MethodHandlesInvokersTest.java test in CDSAppTester::AOT workflow.
2929
* @requires vm.cds & vm.compMode != "Xcomp"
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @comment Some of the tests run excessively slowly with -Xcomp. The original
3432
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
3533
* the generated tests from -Xcomp execution as well.

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesPermuteArgumentsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Run the MethodHandlesPermuteArgumentsTest.java test in CDSAppTester::AOT workflow.
2929
* @requires vm.cds & vm.compMode != "Xcomp"
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @comment Some of the tests run excessively slowly with -Xcomp. The original
3432
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
3533
* the generated tests from -Xcomp execution as well.

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesSpreadArgumentsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @summary Run the MethodHandlesSpreadArgumentsTest.java test in CDSAppTester::AOT workflow.
2929
* @requires vm.cds & vm.compMode != "Xcomp"
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @comment Some of the tests run excessively slowly with -Xcomp. The original
3432
* tests aren't executed with -Xcomp in the CI pipeline, so let's exclude
3533
* the generated tests from -Xcomp execution as well.

test/hotspot/jtreg/runtime/cds/appcds/resolvedConstants/AOTLinkedLambdas.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @bug 8340836
2929
* @requires vm.cds
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes/
3432
* @build AOTLinkedLambdas
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar

test/hotspot/jtreg/runtime/cds/appcds/resolvedConstants/AOTLinkedVarHandles.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
* @bug 8343245
2929
* @requires vm.cds
3030
* @requires vm.cds.supports.aot.class.linking
31-
* @comment work around JDK-8345635
32-
* @requires !vm.jvmci.enabled
3331
* @library /test/lib
3432
* @build AOTLinkedVarHandles
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar

0 commit comments

Comments
 (0)