langtools/test/tools/javac/6464451/DeepNestedFinally.java
changeset 2983 1d164c36212a
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
--- a/langtools/test/tools/javac/6464451/DeepNestedFinally.java	Wed May 20 13:36:23 2009 -0700
+++ b/langtools/test/tools/javac/6464451/DeepNestedFinally.java	Wed May 20 19:10:06 2009 -0700
@@ -26,7 +26,7 @@
  * @bug     6464451
  * @summary javac in 5.0ux can not compile try-finally block which has a lot of "return"
  * @author  Wei Tao
- * @compile -target 5 DeepNestedFinally.java
+ * @compile -source 5 -target 5 DeepNestedFinally.java
  * @clean DeepNestedFinally
  * @compile/fail DeepNestedFinally.java
  */