mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 09:35:16 +00:00
8073201: Incorrect @bug annotation in checkin for JDK-8069545
Reviewed-by: mcimadamore
This commit is contained in:
parent
b91b333053
commit
31b752c691
@ -24,7 +24,7 @@
|
||||
*/
|
||||
/*
|
||||
* @test
|
||||
* @bug 8068399
|
||||
* @bug 8068399 8069545
|
||||
* @summary structural most specific and stuckness
|
||||
*/
|
||||
|
||||
|
||||
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user