8006090: Formatter asserts with -esa
Summary: removed the offending assert
Reviewed-by: alanb, darcy
Contributed-by: brian.burkhalter@oracle.com
--- 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