< prev index next >

test/hotspot/jtreg/applications/ctw/modules/jdk_editpad.java

Print this page
rev 47464 : 8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
Reviewed-by: duke

@@ -21,18 +21,18 @@
  * questions.
  */
 
 /*
  * @test
- * @summary run CTW for all classes from boot "modules" jimage -- lib/modules.
+ * @summary run CTW for all classes from jdk.editpad module
  *
  * @library /test/lib / /testlibrary/ctw/src
  * @modules java.base/jdk.internal.jimage
  *          java.base/jdk.internal.misc
  *          java.base/jdk.internal.reflect
+ * @modules jdk.editpad
  *
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run main/timeout=0 sun.hotspot.tools.ctw.CtwRunner modules
+ * @run main/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:jdk.editpad
  */
-
< prev index next >