jdk/test/java/nio/channels/Selector/ChangingInterests.java
changeset 36621 12b058031872
parent 23576 ec3f230ed099
child 44120 f569cf365ae3
equal deleted inserted replaced
36503:4a95f4b1bd8b 36621:12b058031872
     1 /*
     1 /*
     2  * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 7200742
    25  * @bug 7200742
       
    26  * @key intermittent
    26  * @summary Test that Selector doesn't spin when changing interest ops
    27  * @summary Test that Selector doesn't spin when changing interest ops
    27  */
    28  */
    28 
    29 
    29 import java.net.*;
    30 import java.net.*;
    30 import java.nio.ByteBuffer;
    31 import java.nio.ByteBuffer;