equal
deleted
inserted
replaced
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6379235 |
26 * @bug 6379235 |
|
27 * @ignore until 6721694 is fixed |
27 * @run main/othervm -server -Xmx32m -Xms32m -Xss256m StartOOMTest |
28 * @run main/othervm -server -Xmx32m -Xms32m -Xss256m StartOOMTest |
28 * @summary ThreadGroup accounting mistake possible with failure of Thread.start() |
29 * @summary ThreadGroup accounting mistake possible with failure of Thread.start() |
29 */ |
30 */ |
30 |
31 |
31 import java.util.*; |
32 import java.util.*; |