< prev index next >

src/java.base/unix/classes/sun/nio/fs/GnomeFileTypeDetector.java

Print this page

        

*** 91,101 **** // GNOME VFS private static native boolean initializeGnomeVfs(); private static native byte[] probeUsingGnomeVfs(long pathAddress); static { ! AccessController.doPrivileged(new PrivilegedAction<Void>() { public Void run() { System.loadLibrary("nio"); return null; }}); } --- 91,101 ---- // GNOME VFS private static native boolean initializeGnomeVfs(); private static native byte[] probeUsingGnomeVfs(long pathAddress); static { ! AccessController.doPrivileged(new PrivilegedAction<>() { public Void run() { System.loadLibrary("nio"); return null; }}); }
< prev index next >