Skip to content

Commit ba31eee

Browse files
author
Daniel D. Daugherty
committed
8273109: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest times out
Reviewed-by: bpb
1 parent 4d5e1ed commit ba31eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* jdk.httpserver
3434
* @build sun.hotspot.WhiteBox
3535
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
36-
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DynamicLoaderConstraintsTest
36+
* @run main/othervm/timeout=180 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DynamicLoaderConstraintsTest
3737
*/
3838

3939
/**
@@ -49,7 +49,7 @@
4949
* jdk.httpserver
5050
* @build sun.hotspot.WhiteBox
5151
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
52-
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DynamicLoaderConstraintsTest custom
52+
* @run main/othervm/timeout=180 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DynamicLoaderConstraintsTest custom
5353
*/
5454

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

0 commit comments

Comments
 (0)