File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
test/hotspot/jtreg/runtime/cds Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2424/**
2525 * @test
2626 * @requires vm.cds
27+ * @requires vm.flagless
2728 * @bug 8067187 8200078
2829 * @summary Testing CDS dumping with the -XX:MaxMetaspaceSize=<size> option
2930 * @library /test/lib
Original file line number Diff line number Diff line change 2626 * @summary Check to make sure that shared strings in the bootstrap CDS archive
2727 * are actually shared
2828 * @requires vm.cds.write.archived.java.heap
29+ * @requires vm.flagless
2930 * @library /test/lib
3031 * @build SharedStringsWb jdk.test.whitebox.WhiteBox
3132 * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar whitebox.jar jdk.test.whitebox.WhiteBox
Original file line number Diff line number Diff line change 2727 * @summary Test that CDS still works when the JDK is moved to a new directory
2828 * @bug 8272345
2929 * @requires vm.cds
30+ * @requires vm.flagless
3031 * @comment This test doesn't work on Windows because it depends on symlinks
3132 * @requires os.family != "windows"
3233 * @library /test/lib
Original file line number Diff line number Diff line change 2626 * @test
2727 * @bug 8264337
2828 * @summary test default cds archive when turning on VerifySharedSpaces
29+ * @requires vm.flagless
2930 * @requires vm.cds
3031 * @library /test/lib
3132 * @run driver VerifyWithDefaultArchive
Original file line number Diff line number Diff line change 2525 * @test
2626 * @summary Test archived module graph with custom runtime image
2727 * @requires vm.cds.write.archived.java.heap
28+ * @requires vm.flagless
2829 * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
2930 * @build jdk.test.whitebox.WhiteBox
3031 * @compile CheckArchivedModuleApp.java
Original file line number Diff line number Diff line change 2727 * @bug 8259070
2828 * @summary Test jcmd to dump dynamic shared archive.
2929 * @requires vm.cds
30+ * @requires vm.flagless
3031 * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
3132 * @modules jdk.jcmd/sun.tools.common:+open
3233 * @compile ../test-classes/Hello.java JCmdTestDumpBase.java
You can’t perform that action at this time.
0 commit comments