jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/CheckProvider.java
changeset 45568 6a4abb2910ff
parent 5506 202f599c92aa
equal deleted inserted replaced
45567:c22b7790f62f 45568:6a4abb2910ff
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2017, 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.
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
       
    24 /*
       
    25  * @test
       
    26  * @summary Unit test for java.nio.channels.spi.AsynchronousChannelProvider
       
    27  * @build Provider1 Provider2
       
    28  * @run main/othervm CheckProvider Provider1
       
    29  * @run main/othervm -Djava.nio.channels.spi.AsynchronousChannelProvider=Provider2
       
    30  *                   CheckProvider Provider2
       
    31  */
       
    32 
    24 import java.nio.channels.spi.AsynchronousChannelProvider;
    33 import java.nio.channels.spi.AsynchronousChannelProvider;
    25 
    34 
    26 public class CheckProvider {
    35 public class CheckProvider {
    27     public static void main(String[] args) {
    36     public static void main(String[] args) {
    28         Class<?> c = AsynchronousChannelProvider.provider().getClass();
    37         Class<?> c = AsynchronousChannelProvider.provider().getClass();