< prev index next >

src/java.base/share/classes/java/net/DatagramPacket.java

Print this page

        

*** 54,64 **** /** * Perform class initialization */ static { ! jdk.internal.loader.BootLoader.loadLibrary("net"); init(); } /* * The fields of this class are package-private since DatagramSocketImpl --- 54,64 ---- /** * Perform class initialization */ static { ! sun.security.action.LoadLibraryAction.privilegedLoadLibrary("net"); init(); } /* * The fields of this class are package-private since DatagramSocketImpl
< prev index next >