File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed
test/hotspot/jtreg/runtime/cds/appcds Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2727 * @bug 8290417
2828 * @summary CDS cannot archive lambda proxy with useImplMethodHandle
2929 * @requires vm.cds
30+ * @requires vm.cds.supports.aot.class.linking
31+ * @comment work around JDK-8345635
32+ * @requires !vm.jvmci.enabled
3033 * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/test-classes
3134 * @build pkg1.BaseWithProtectedMethod
3235 * @build pkg2.Child
Original file line number Diff line number Diff line change 2929/*
3030 * @test id=static
3131 * @requires vm.cds.supports.aot.class.linking
32+ * @comment work around JDK-8345635
33+ * @requires !vm.jvmci.enabled
3234 * @library /test/jdk/lib/testlibrary /test/lib
3335 * @build InitiatingLoaderTester
3436 * @build BulkLoaderTest
3941/*
4042 * @test id=dynamic
4143 * @requires vm.cds.supports.aot.class.linking
44+ * @comment work around JDK-8345635
45+ * @requires !vm.jvmci.enabled
4246 * @library /test/jdk/lib/testlibrary /test/lib
4347 * @build InitiatingLoaderTester
4448 * @build jdk.test.whitebox.WhiteBox BulkLoaderTest
Original file line number Diff line number Diff line change 2727 * @bug 8214781 8293187
2828 * @summary Test for the -XX:ArchiveHeapTestClass flag
2929 * @requires vm.debug == true & vm.cds.write.archived.java.heap
30+ * @requires vm.cds.supports.aot.class.linking
31+ * @comment work around JDK-8345635
32+ * @requires !vm.jvmci.enabled
3033 * @modules java.logging
3134 * @library /test/jdk/lib/testlibrary /test/lib
3235 * /test/hotspot/jtreg/runtime/cds/appcds
Original file line number Diff line number Diff line change 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
3133 * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds/test-classes/
3234 * @build AOTLinkedLambdas
3335 * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar
Original file line number Diff line number Diff line change 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
3133 * @library /test/lib
3234 * @build AOTLinkedVarHandles
3335 * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar
You can’t perform that action at this time.
0 commit comments