< prev index next >

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

Print this page

        

@@ -455,8 +455,8 @@
     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");
+        sun.security.action.LoadLibraryAction.privilegedLoadLibrary("nio");
     }
 }
< prev index next >