We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b3801 commit a1002d6Copy full SHA for a1002d6
test/hotspot/jtreg/TEST.groups
@@ -329,6 +329,7 @@ hotspot_appcds_dynamic = \
329
-runtime/cds/appcds/ExtraSymbols.java \
330
-runtime/cds/appcds/LongClassListPath.java \
331
-runtime/cds/appcds/LotsOfClasses.java \
332
+ -runtime/cds/appcds/NonExistClasspath.java \
333
-runtime/cds/appcds/RelativePath.java \
334
-runtime/cds/appcds/SharedArchiveConsistency.java \
335
-runtime/cds/appcds/UnusedCPDuringDump.java \
test/hotspot/jtreg/runtime/cds/appcds/ClassPathAttr.java
@@ -28,7 +28,7 @@
28
* @requires vm.cds
29
* @library /test/lib
30
* @modules jdk.jartool/sun.tools.jar
31
- * @run driver ClassPathAttr
+ * @run driver/timeout=240 ClassPathAttr
32
*/
33
34
import jdk.test.lib.process.OutputAnalyzer;
0 commit comments