Skip to content

Commit 1e79ded

Browse files
committedApr 25, 2022
8284889: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc timed out
Reviewed-by: iklam
1 parent 414918d commit 1e79ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* jdk.httpserver
6767
* @build sun.hotspot.WhiteBox
6868
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
69-
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DynamicLoaderConstraintsTest custom-zgc
69+
* @run main/othervm/timeout=180 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DynamicLoaderConstraintsTest custom-zgc
7070
*/
7171

7272
import com.sun.net.httpserver.HttpExchange;

0 commit comments

Comments
 (0)
Please sign in to comment.