Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049
This commit is contained in:
parent
02e549bfaa
commit
8f523f3a10
1241 changed files with 97711 additions and 25284 deletions
|
@ -39,6 +39,7 @@ exception statement from your version. */
|
|||
|
||||
package java.io;
|
||||
|
||||
import gnu.classpath.Configuration;
|
||||
import gnu.classpath.VMStackWalker;
|
||||
import java.lang.reflect.Constructor;
|
||||
import java.security.AccessController;
|
||||
|
@ -46,8 +47,13 @@ import java.security.PrivilegedAction;
|
|||
|
||||
final class VMObjectInputStream
|
||||
{
|
||||
private static Class oisClass = ObjectInputStream.class;
|
||||
private static Class vmoisClass = VMObjectInputStream.class;
|
||||
static
|
||||
{
|
||||
if (Configuration.INIT_LOAD_LIBRARY)
|
||||
{
|
||||
System.loadLibrary("javaio");
|
||||
}
|
||||
}
|
||||
|
||||
// PrivilegedAction needed for Class.getClassLoader()
|
||||
private static PrivilegedAction loaderAction = new PrivilegedAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue