< prev index next >

test/hotspot/jtreg/applications/ctw/modules/jdk_internal_vm_compiler_management.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,38 **** * questions. */ /* * @test ! * @summary run CTW for all classes from boot "modules" jimage -- lib/modules. * * @library /test/lib / /testlibrary/ctw/src * @modules java.base/jdk.internal.jimage * java.base/jdk.internal.misc * java.base/jdk.internal.reflect * * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/timeout=0 sun.hotspot.tools.ctw.CtwRunner modules */ - --- 21,38 ---- * questions. */ /* * @test ! * @summary run CTW for all classes from jdk.internal.vm.compiler.management 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.internal.vm.compiler.management * * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/timeout=7200 sun.hotspot.tools.ctw.CtwRunner modules:jdk.internal.vm.compiler.management */
< prev index next >