8073201: Incorrect @bug annotation in checkin for JDK-8069545

Reviewed-by: mcimadamore
This commit is contained in:
Srikanth Adayapalam 2015-02-16 19:14:18 +05:30 committed by Srikanth Adayapalam
parent b91b333053
commit 31b752c691
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
*/
/*
* @test
* @bug 8068399
* @bug 8068399 8069545
* @summary structural most specific and stuckness
*/

View File

@ -25,7 +25,7 @@
/*
* @test
* @bug 8068430
* @bug 8068430 8069545
* @summary structural most specific and stuckness
*/
@ -43,4 +43,4 @@ public class T8068430 {
(i, e) -> i + e.getKey(),
(i1, i2) -> i1 + i2));
}
}
}

View File

@ -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
*/