8151750: Mark ChangingInterests.java as intermittently failing
Reviewed-by: lancea
--- 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
*/