View | Details | Raw Unified | Return to bug 241317 | Differences between
and this patch

Collapse All | Expand All

(-)jdk/src/solaris/classes/sun/nio/fs/BsdNativeDispatcher.java (+5 lines)
Lines 69-74 class BsdNativeDispatcher extends UnixNativeDispatcher Link Here
69
    private static native void initIDs();
69
    private static native void initIDs();
70
70
71
    static {
71
    static {
72
         AccessController.doPrivileged(new PrivilegedAction<Void>() {
73
             public Void run() {
74
                 System.loadLibrary("nio");
75
                 return null;
76
         }});
72
         initIDs();
77
         initIDs();
73
    }
78
    }
74
}
79
}

Return to bug 241317