RFR(trivial) 8213704 increase default timeout for vmTestbase/metaspace/stressDictionary/StressDictionary.java

Daniel D. Daugherty daniel.daugherty at oracle.com
Fri Nov 9 19:53:19 UTC 2018


Greetings,

The subject line pretty much says it all for this trivial fix.

JDK-8213704 increase default timeout for 
vmTestbase/metaspace/stressDictionary/StressDictionary.java
https://bugs.openjdk.java.net/browse/JDK-8213704

Here's the context diff for the fix:

$ hg diff
diff -r b915bd68d907 
test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java
--- 
a/test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java 
Fri Nov 09 13:28:16 2018 -0500
+++ 
b/test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java 
Fri Nov 09 14:48:27 2018 -0500
@@ -29,7 +29,7 @@
   *
   * @library /vmTestbase /test/lib
   * @run driver jdk.test.lib.FileInstaller . .
- * @run main/othervm/timeout=300 
metaspace.stressDictionary.StressDictionary -stressTime 30
+ * @run main/othervm/timeout=420 
metaspace.stressDictionary.StressDictionary -stressTime 30
   */

  package metaspace.stressDictionary;


I put the gory details about timeouts for this test into the
bug report.

Thanks, in advance, for any questions, comments or suggestions.

Dan



More information about the hotspot-runtime-dev mailing list