8153722: Mark java/nio/channels/Selector/SelectAndClose.java as intermittently failing

Reviewed-by: bpb, darcy
This commit is contained in:
Amy Lu 2016-04-11 12:27:48 +08:00
parent 8906a1381d
commit 2929c453fb

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2004, 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 5004077
* @key intermittent
* @summary Check blocking of select and close
*/