提交 08815c80 编写于 作者: C chegar

6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash

Summary: the test is not suitable to be run automatically
Reviewed-by: alanb
上级 26d42f20
...@@ -22,11 +22,14 @@ ...@@ -22,11 +22,14 @@
*/ */
/* /*
* @test * This test is relatively useful for verifying 6379235, but
* @bug 6379235 * is too resource intensive, especially on 64 bit systems,
* @ignore until 6721694 is fixed * to be run automatically, see 6721694.
* @run main/othervm -server -Xmx32m -Xms32m -Xss256m StartOOMTest *
* @summary ThreadGroup accounting mistake possible with failure of Thread.start() * When run it should be typically be run with the server vm
* and a relatively small java heap, and a large stack size
* ( to provoke the OOM quicker ).
* java -server -Xmx32m -Xms32m -Xss256m StartOOMTest
*/ */
import java.util.*; import java.util.*;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册