java/util/concurrent/forkjoin/FJExceptionTableLeak.java

Test was ever fixed in JDK-8144990, but still failing intermittently as reported in JDK-8151158.

This patch is to add back @key intermittent to the test. (and keep it in tier2 till issue resolved.)
Please review.

bug: https://bugs.openjdk.java.net/browse/JDK-8161567
webrev: http://cr.openjdk.java.net/~amlu/8161567/webrev.00/

Thanks,
Amy

--- old/test/java/util/concurrent/forkjoin/FJExceptionTableLeak.java    
2016-07-18 14:37:25.000000000 +0800
+++ new/test/java/util/concurrent/forkjoin/FJExceptionTableLeak.java    
2016-07-18 14:37:25.000000000 +0800
@@ -35,6 +35,7 @@
  * @test
  * @author Doug Lea
  * @bug 8004138
+ * @key intermittent
  * @summary Check if ForkJoinPool table leaks thrown exceptions.
  * @run main/othervm -Xmx8m 
-Djava.util.concurrent.ForkJoinPool.common.parallelism=4 FJExceptionTableLeak
  */


Reply via email to