Merge GNU Classpath 0.99 into libjava.

From-SVN: r185741
This commit is contained in:
Andrew John Hughes
2012-03-23 15:19:26 +00:00
parent 21669dfe20
commit 0563022a20
516 changed files with 64503 additions and 61116 deletions
@@ -1,5 +1,5 @@
/* ObjectInputStream.java -- Class used to read serialized objects
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2010
Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -44,6 +44,7 @@ import java.lang.reflect.Constructor;
final class VMObjectInputStream
{
static
{
if (Configuration.INIT_LOAD_LIBRARY)
@@ -52,6 +53,8 @@ final class VMObjectInputStream
}
}
private VMObjectInputStream() {} // Prohibits instantiation.
/**
* Allocates a new Object of type clazz but without running the
* default constructor on it. It then calls the given constructor on