equal
deleted
inserted
replaced
24 /** |
24 /** |
25 * @test |
25 * @test |
26 * @bug 6464451 |
26 * @bug 6464451 |
27 * @summary javac in 5.0ux can not compile try-finally block which has a lot of "return" |
27 * @summary javac in 5.0ux can not compile try-finally block which has a lot of "return" |
28 * @author Wei Tao |
28 * @author Wei Tao |
29 * @compile -target 5 DeepNestedFinally.java |
29 * @compile -source 5 -target 5 DeepNestedFinally.java |
30 * @clean DeepNestedFinally |
30 * @clean DeepNestedFinally |
31 * @compile/fail DeepNestedFinally.java |
31 * @compile/fail DeepNestedFinally.java |
32 */ |
32 */ |
33 |
33 |
34 public class DeepNestedFinally { |
34 public class DeepNestedFinally { |