mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 21:35:25 +00:00
6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash
The test is not suitable to be run automatically Reviewed-by: alanb
This commit is contained in:
parent
98a8940e33
commit
23ff61a1ff
@ -22,11 +22,14 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 6379235
|
||||
* @ignore until 6721694 is fixed
|
||||
* @run main/othervm -server -Xmx32m -Xms32m -Xss256m StartOOMTest
|
||||
* @summary ThreadGroup accounting mistake possible with failure of Thread.start()
|
||||
* This test is relatively useful for verifying 6379235, but
|
||||
* is too resource intensive, especially on 64 bit systems,
|
||||
* to be run automatically, see 6721694.
|
||||
*
|
||||
* 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.*;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user