8073201: Incorrect @bug annotation in checkin for JDK-8069545
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
--- a/langtools/test/tools/javac/lambda/8068399/T8068399.java Mon Feb 16 12:24:25 2015 +0000
+++ b/langtools/test/tools/javac/lambda/8068399/T8068399.java Mon Feb 16 19:14:18 2015 +0530
@@ -24,7 +24,7 @@
*/
/*
* @test
- * @bug 8068399
+ * @bug 8068399 8069545
* @summary structural most specific and stuckness
*/
--- a/langtools/test/tools/javac/lambda/8068430/T8068430.java Mon Feb 16 12:24:25 2015 +0000
+++ b/langtools/test/tools/javac/lambda/8068430/T8068430.java Mon Feb 16 19:14:18 2015 +0530
@@ -25,7 +25,7 @@
/*
* @test
- * @bug 8068430
+ * @bug 8068430 8069545
* @summary structural most specific and stuckness
*/
@@ -43,4 +43,4 @@
(i, e) -> i + e.getKey(),
(i1, i2) -> i1 + i2));
}
-}
\ No newline at end of file
+}
--- a/langtools/test/tools/javac/lambda/8071432/T8071432.java Mon Feb 16 12:24:25 2015 +0000
+++ b/langtools/test/tools/javac/lambda/8071432/T8071432.java Mon Feb 16 19:14:18 2015 +0530
@@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
- * @bug 8071432
+ * @bug 8071432 8069545
* @summary structural most specific and stuckness
* @compile/fail/ref=T8071432.out -XDrawDiagnostics T8071432.java
*/