jdk/test/java/nio/channels/Selector/ChangingInterests.java
changeset 36621 12b058031872
parent 23576 ec3f230ed099
child 44120 f569cf365ae3
--- a/jdk/test/java/nio/channels/Selector/ChangingInterests.java	Wed Jul 05 21:27:27 2017 +0200
+++ b/jdk/test/java/nio/channels/Selector/ChangingInterests.java	Fri Mar 11 15:30:20 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,7 @@
 
 /* @test
  * @bug 7200742
+ * @key intermittent
  * @summary Test that Selector doesn't spin when changing interest ops
  */