8006090: Formatter asserts with -esa

Removed the offending assert

Reviewed-by: alanb, darcy
This commit is contained in:
Brian Burkhalter 2013-01-17 12:49:33 -08:00 committed by Xueming Shen
parent 7026f02404
commit fe16fc39d6
2 changed files with 0 additions and 4 deletions

View File

@ -3827,7 +3827,6 @@ public final class Formatter implements Closeable, Flushable {
Locale l)
throws IOException
{
assert(width == -1);
if (sb == null)
sb = new StringBuilder();
switch (c) {

View File

@ -347,9 +347,6 @@ com/sun/jdi/ProcessAttachTest.sh generic-all
# jdk_util
# 8006090
java/util/Formatter/Basic.java generic-all
# Filed 6933803
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all