< prev index next >

src/java.base/linux/classes/sun/nio/fs/LinuxWatchService.java

Print this page

        

*** 455,462 **** private static native void socketpair(int[] sv) throws UnixException; private static native int poll(int fd1, int fd2) throws UnixException; static { ! jdk.internal.loader.BootLoader.loadLibrary("nio"); } } --- 455,462 ---- private static native void socketpair(int[] sv) throws UnixException; private static native int poll(int fd1, int fd2) throws UnixException; static { ! sun.security.action.LoadLibraryAction.privilegedLoadLibrary("nio"); } }
< prev index next >