Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/cds/MaxMetaspaceSize.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/**
* @test
* @requires vm.cds
* @requires vm.flagless
* @bug 8067187 8200078
* @summary Testing CDS dumping with the -XX:MaxMetaspaceSize=<size> option
* @library /test/lib
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/cds/SharedStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @summary Check to make sure that shared strings in the bootstrap CDS archive
* are actually shared
* @requires vm.cds.write.archived.java.heap
* @requires vm.flagless
* @library /test/lib
* @build SharedStringsWb jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller -jar whitebox.jar jdk.test.whitebox.WhiteBox
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/cds/appcds/MoveJDKTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @summary Test that CDS still works when the JDK is moved to a new directory
* @bug 8272345
* @requires vm.cds
* @requires vm.flagless
* @comment This test doesn't work on Windows because it depends on symlinks
* @requires os.family != "windows"
* @library /test/lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @test
* @bug 8264337
* @summary test default cds archive when turning on VerifySharedSpaces
* @requires vm.flagless
* @requires vm.cds
* @library /test/lib
* @run driver VerifyWithDefaultArchive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @test
* @summary Test archived module graph with custom runtime image
* @requires vm.cds.write.archived.java.heap
* @requires vm.flagless
* @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @build jdk.test.whitebox.WhiteBox
* @compile CheckArchivedModuleApp.java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @bug 8259070
* @summary Test jcmd to dump dynamic shared archive.
* @requires vm.cds
* @requires vm.flagless
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @modules jdk.jcmd/sun.tools.common:+open
* @compile ../test-classes/Hello.java JCmdTestDumpBase.java
Expand Down