diff -r 49281ea88125 -r 9d541fd2916b test/tools/javac/6304921/T6304921.out --- a/test/tools/javac/6304921/T6304921.out Fri Jan 30 23:28:38 2009 -0800 +++ b/test/tools/javac/6304921/T6304921.out Fri Feb 06 10:23:57 2009 -0800 @@ -7,12 +7,7 @@ required: java.util.List List list = new ArrayList(); ^ -T6304921.java:445/445/453: warning: [fallthrough] possible fall-through into case - default: - ^ -T6304921.java:522/613/614: warning: [finally] finally clause cannot complete normally - } - ^ +error: warnings found and -Werror specified T6304921.java:727/733/737: cannot find symbol symbol : variable orr location: class java.lang.System @@ -21,5 +16,5 @@ T6304921.java:812/816/822: operator + cannot be applied to int,boolean return 123 + true; // bad binary expression ^ -2 errors -4 warnings +3 errors +2 warnings