8006090: Formatter asserts with -esa
Removed the offending assert Reviewed-by: alanb, darcy
This commit is contained in:
parent
7026f02404
commit
fe16fc39d6
@ -3827,7 +3827,6 @@ public final class Formatter implements Closeable, Flushable {
|
|||||||
Locale l)
|
Locale l)
|
||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
assert(width == -1);
|
|
||||||
if (sb == null)
|
if (sb == null)
|
||||||
sb = new StringBuilder();
|
sb = new StringBuilder();
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
@ -347,9 +347,6 @@ com/sun/jdi/ProcessAttachTest.sh generic-all
|
|||||||
|
|
||||||
# jdk_util
|
# jdk_util
|
||||||
|
|
||||||
# 8006090
|
|
||||||
java/util/Formatter/Basic.java generic-all
|
|
||||||
|
|
||||||
# Filed 6933803
|
# Filed 6933803
|
||||||
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all
|
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user