< prev index next >

src/java.base/windows/classes/sun/net/dns/ResolverConfigurationImpl.java

Print this page

        

*** 190,200 **** static native void loadDNSconfig0(); static native int notifyAddrChange0(); static { ! jdk.internal.loader.BootLoader.loadLibrary("net"); init0(); // start the address listener thread AddressChangeListener thr = new AddressChangeListener(); thr.setDaemon(true); --- 190,200 ---- static native void loadDNSconfig0(); static native int notifyAddrChange0(); static { ! sun.security.action.LoadLibraryAction.privilegedLoadLibrary("net"); init0(); // start the address listener thread AddressChangeListener thr = new AddressChangeListener(); thr.setDaemon(true);
< prev index next >