equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2002, 2018, 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. |
22 */ |
22 */ |
23 |
23 |
24 /* @test |
24 /* @test |
25 * @bug 4737146 4750573 |
25 * @bug 4737146 4750573 |
26 * @summary Test if isConnectable returns true after connected |
26 * @summary Test if isConnectable returns true after connected |
27 * @library .. |
27 * @library .. /test/lib |
|
28 * @build jdk.test.lib.Utils TestServers |
|
29 * @run main IsConnectable |
28 */ |
30 */ |
29 |
31 |
30 import java.net.*; |
32 import java.net.*; |
31 import java.nio.channels.*; |
33 import java.nio.channels.*; |
32 import java.nio.channels.spi.SelectorProvider; |
34 import java.nio.channels.spi.SelectorProvider; |