提交 4d12b943 编写于 作者: S sherman

8006090: Formatter asserts with -esa

Summary: removed the offending assert
Reviewed-by: alanb, darcy
Contributed-by: brian.burkhalter@oracle.com
上级 8f64a8b8
......@@ -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) {
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册