8006090: Formatter asserts with -esa
authorsherman
Thu, 17 Jan 2013 12:49:33 -0800
changeset 15271 570508dfed48
parent 15270 e2777acce5f3
child 15272 b0055428d835
8006090: Formatter asserts with -esa Summary: removed the offending assert Reviewed-by: alanb, darcy Contributed-by: brian.burkhalter@oracle.com
jdk/src/share/classes/java/util/Formatter.java
jdk/test/ProblemList.txt
--- a/jdk/src/share/classes/java/util/Formatter.java	Wed Jan 16 12:07:32 2013 -0800
+++ b/jdk/src/share/classes/java/util/Formatter.java	Thu Jan 17 12:49:33 2013 -0800
@@ -3827,7 +3827,6 @@
                                  Locale l)
             throws IOException
         {
-            assert(width == -1);
             if (sb == null)
                 sb = new StringBuilder();
             switch (c) {
--- a/jdk/test/ProblemList.txt	Wed Jan 16 12:07:32 2013 -0800
+++ b/jdk/test/ProblemList.txt	Thu Jan 17 12:49:33 2013 -0800
@@ -347,9 +347,6 @@
 
 # jdk_util
 
-# 8006090
-java/util/Formatter/Basic.java					generic-all
-
 # Filed 6933803
 java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java  generic-all