< prev index next >

src/java.base/unix/classes/sun/net/PortConfig.java

Print this page

        

*** 40,50 **** private PortConfig() {} static { AccessController.doPrivileged( ! new java.security.PrivilegedAction<Void>() { public Void run() { System.loadLibrary("net"); String os = System.getProperty("os.name"); if (os.startsWith("Linux")) { defaultLower = 32768; --- 40,50 ---- private PortConfig() {} static { AccessController.doPrivileged( ! new java.security.PrivilegedAction<>() { public Void run() { System.loadLibrary("net"); String os = System.getProperty("os.name"); if (os.startsWith("Linux")) { defaultLower = 32768;
< prev index next >