--- old/test/tools/javac/limits/FinallyNesting.java Wed May 27 00:17:51 2009 +++ new/test/tools/javac/limits/FinallyNesting.java Wed May 27 00:17:50 2009 @@ -29,7 +29,7 @@ * * @compile -source 1.4 -target 1.4 FinallyNesting.java */ - +// Source and target 1.4 are needed for the test to pass with default memory sizes. class FinallyNesting { public static void main(String[] args) { int x;