mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8346159: Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635
Reviewed-by: dnsimon, dholmes
This commit is contained in:
parent
4b21fb9df9
commit
c2f0ef5f48
@ -27,6 +27,9 @@
|
||||
* @bug 8290417
|
||||
* @summary CDS cannot archive lambda proxy with useImplMethodHandle
|
||||
* @requires vm.cds
|
||||
* @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
|
||||
* @build pkg1.BaseWithProtectedMethod
|
||||
* @build pkg2.Child
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
/*
|
||||
* @test id=static
|
||||
* @requires vm.cds.supports.aot.class.linking
|
||||
* @comment work around JDK-8345635
|
||||
* @requires !vm.jvmci.enabled
|
||||
* @library /test/jdk/lib/testlibrary /test/lib
|
||||
* @build InitiatingLoaderTester
|
||||
* @build BulkLoaderTest
|
||||
@ -39,6 +41,8 @@
|
||||
/*
|
||||
* @test id=dynamic
|
||||
* @requires vm.cds.supports.aot.class.linking
|
||||
* @comment work around JDK-8345635
|
||||
* @requires !vm.jvmci.enabled
|
||||
* @library /test/jdk/lib/testlibrary /test/lib
|
||||
* @build InitiatingLoaderTester
|
||||
* @build jdk.test.whitebox.WhiteBox BulkLoaderTest
|
||||
|
||||
@ -27,6 +27,9 @@
|
||||
* @bug 8214781 8293187
|
||||
* @summary Test for the -XX:ArchiveHeapTestClass flag
|
||||
* @requires vm.debug == true & vm.cds.write.archived.java.heap
|
||||
* @requires vm.cds.supports.aot.class.linking
|
||||
* @comment work around JDK-8345635
|
||||
* @requires !vm.jvmci.enabled
|
||||
* @modules java.logging
|
||||
* @library /test/jdk/lib/testlibrary /test/lib
|
||||
* /test/hotspot/jtreg/runtime/cds/appcds
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
* @bug 8340836
|
||||
* @requires vm.cds
|
||||
* @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/
|
||||
* @build AOTLinkedLambdas
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
* @bug 8343245
|
||||
* @requires vm.cds
|
||||
* @requires vm.cds.supports.aot.class.linking
|
||||
* @comment work around JDK-8345635
|
||||
* @requires !vm.jvmci.enabled
|
||||
* @library /test/lib
|
||||
* @build AOTLinkedVarHandles
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user