< prev index next >

test/java/nio/channels/etc/AdaptorCloseAndInterrupt.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 22,32 **** */ /* @test * @bug 7184932 * @summary Test asynchronous close and interrupt of timed socket adapter methods ! * @key randomness */ import java.io.*; import java.nio.*; import java.nio.channels.*; --- 22,32 ---- */ /* @test * @bug 7184932 * @summary Test asynchronous close and interrupt of timed socket adapter methods ! * @key randomness intermittent */ import java.io.*; import java.nio.*; import java.nio.channels.*;
< prev index next >