8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing

Reviewed-by: lancea, alanb, dfuchs, mullan
This commit is contained in:
Joe Wang 2013-07-31 10:54:46 -07:00
parent 298bc01387
commit d590d5e7d8

View File

@ -248,7 +248,7 @@ public abstract class Entity {
public int fBufferSize = DEFAULT_BUFFER_SIZE;
/** Default buffer size before we've finished with the XMLDecl: */
public static final int DEFAULT_XMLDECL_BUFFER_SIZE = 64;
public static final int DEFAULT_XMLDECL_BUFFER_SIZE = 28;
/** Default internal entity buffer size (1024). */
public static final int DEFAULT_INTERNAL_BUFFER_SIZE = 1024;