mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing
Reviewed-by: lancea, alanb, dfuchs, mullan
This commit is contained in:
parent
298bc01387
commit
d590d5e7d8
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user