8180431: Remove intermittent keyword from some no longer failing NIO tests
Summary: Remove "intermittent" keyword from @key tag,
Reviewed-by: alanb
--- a/jdk/test/java/nio/channels/Selector/SelectAndClose.java Tue May 16 09:42:38 2017 -0400
+++ b/jdk/test/java/nio/channels/Selector/SelectAndClose.java Tue May 16 14:11:48 2017 -0700
@@ -23,7 +23,6 @@
/* @test
* @bug 5004077
- * @key intermittent
* @summary Check blocking of select and close
*/
--- a/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java Tue May 16 09:42:38 2017 -0400
+++ b/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java Tue May 16 14:11:48 2017 -0700
@@ -24,7 +24,6 @@
/* @test
* @bug 6524172
* @summary Invoking wakeup on closed Selector can throw NPE if close resets interrupt status
- * @key intermittent
*/
import java.io.IOException;