changeset 604:37c7ad440e0d

8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing Reviewed-by: lancea, alanb, dfuchs, mullan
author joehw
date Tue, 30 Jul 2013 03:02:14 -0700
parents aeaabc10209e
children 7f09f554bc52
files src/com/sun/xml/internal/stream/Entity.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/sun/xml/internal/stream/Entity.java	Fri Oct 11 11:35:02 2013 +0100
+++ b/src/com/sun/xml/internal/stream/Entity.java	Tue Jul 30 03:02:14 2013 -0700
@@ -248,7 +248,7 @@
         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;