# HG changeset patch # User darcy # Date 1487106513 28800 # Node ID c09785baadd12a59c258f0e08b2dca3615241c40 # Parent dab6fb7f37a37ad65f3268ab9b7c2e9240c8e344 8174960: Mark WakeupAfterClose.java as failing intermittentl Reviewed-by: rriggs, bpb diff -r dab6fb7f37a3 -r c09785baadd1 jdk/test/java/nio/channels/Selector/WakeupAfterClose.java --- a/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java Tue Feb 14 11:50:33 2017 -0800 +++ b/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java Tue Feb 14 13:08:33 2017 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2017, 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 @@ -24,6 +24,7 @@ /* @test * @bug 6524172 * @summary Invoking wakeup on closed Selector can throw NPE if close resets interrupt status + * @key intermittent */ import java.nio.channels.Selector;