langtools/test/tools/javac/6464451/DeepNestedFinally.java
changeset 2983 1d164c36212a
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
2982:090c71af18f6 2983:1d164c36212a
    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 {