< prev index next >

test/hotspot/jtreg/runtime/Thread/TooSmallStackSize.java

Print this page
rev 59076 : [mq]: 8243945

@@ -28,11 +28,11 @@
  * VMThreadStackSize values should result in an error message that shows
  * the minimum stack size value for each thread type.
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @run main TooSmallStackSize
+ * @run driver TooSmallStackSize
  */
 
 /*
  * The primary purpose of this test is to make sure we can run with a
  * stack smaller than the minimum without crashing. Also this test will
< prev index next >