jdk/src/java.base/share/classes/java/net/AbstractPlainDatagramSocketImpl.java
changeset 32649 2ee9017c7597
parent 32503 1478c9130534
child 36115 0676e37a0b9c
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    53     );
    53     );
    54 
    54 
    55     /**
    55     /**
    56      * flag set if the native connect() call not to be used
    56      * flag set if the native connect() call not to be used
    57      */
    57      */
    58     private final static boolean connectDisabled = os.contains("OS X");
    58     private static final boolean connectDisabled = os.contains("OS X");
    59 
    59 
    60     /**
    60     /**
    61      * Load net library into runtime.
    61      * Load net library into runtime.
    62      */
    62      */
    63     static {
    63     static {