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 @@
/* VMURLConnection - VM code for URLConnection
Copyright (C) 2006 Free Software Foundation, Inc.
Copyright (C) 2006, 2010 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -45,7 +45,8 @@ import java.io.InputStream;
final class VMURLConnection
{
public static final int LENGTH = 1024;
static final int LENGTH = 1024;
static
{
@@ -54,6 +55,8 @@ final class VMURLConnection
init();
}
private VMURLConnection() {} // Prohibits instantiation.
private static native void init();
private static native String guessContentTypeFromBuffer(byte[] b, int valid);