test/langtools/tools/javac/warnings/Deprecation.java
changeset 48776 107413b070b9
parent 47216 71c04702a3d5
--- a/test/langtools/tools/javac/warnings/Deprecation.java	Wed Feb 07 09:18:13 2018 +0100
+++ b/test/langtools/tools/javac/warnings/Deprecation.java	Wed Feb 07 16:49:24 2018 +0100
@@ -1,8 +1,9 @@
 /**
  * @test  /nodynamiccopyright/
- * @bug 4986256 6598104 8032211
+ * @bug 4986256 6598104 8032211 8194764
  * @compile/ref=Deprecation.noLint.out                                                 -XDrawDiagnostics Deprecation.java
  * @compile/ref=Deprecation.lintDeprecation.out  -Xlint:deprecation                    -XDrawDiagnostics Deprecation.java
+ * @compile/ref=Deprecation.lintDeprecation.out  -Xlint:deprecation,-options -source 9 -XDrawDiagnostics Deprecation.java
  * @compile/ref=Deprecation.lintDeprecation8.out -Xlint:deprecation,-options -source 8 -XDrawDiagnostics Deprecation.java
  */