# HG changeset patch # User darcy # Date 1457739020 28800 # Node ID 12b0580318726bd5e26a780749a3bac572db5695 # Parent 4a95f4b1bd8bfce85dc02a593896749feab96c34 8151750: Mark ChangingInterests.java as intermittently failing Reviewed-by: lancea diff -r 4a95f4b1bd8b -r 12b058031872 jdk/test/java/nio/channels/Selector/ChangingInterests.java --- 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 */