From 52bf1f47f23e967b1cca8bb9439dc9d2ee42dcbc Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Tue, 14 Feb 2017 13:08:33 -0800 Subject: [PATCH] 8174960: Mark WakeupAfterClose.java as failing intermittentl Reviewed-by: rriggs, bpb --- jdk/test/java/nio/channels/Selector/WakeupAfterClose.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java b/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java index f193634b3fc..273893ed215 100644 --- a/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java +++ b/jdk/test/java/nio/channels/Selector/WakeupAfterClose.java @@ -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;