< prev index next >

src/java.base/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java

Print this page

        

*** 85,95 **** static { // If loading from stand alone build uncomment this. // System.loadLibrary("unpack"); java.security.AccessController.doPrivileged( ! new java.security.PrivilegedAction<Void>() { public Void run() { System.loadLibrary("unpack"); return null; } }); --- 85,95 ---- static { // If loading from stand alone build uncomment this. // System.loadLibrary("unpack"); java.security.AccessController.doPrivileged( ! new java.security.PrivilegedAction<>() { public Void run() { System.loadLibrary("unpack"); return null; } });
< prev index next >