mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8017045: anti-delta fix for 8013789
Reviewed-by: alanb
This commit is contained in:
parent
a3d1e73878
commit
700804c6f2
8 changed files with 68 additions and 166 deletions
|
@ -112,6 +112,6 @@ public class BridgeMethod {
|
|||
Class<?> returnType = m.getReturnType();
|
||||
assertTrue(types.remove(returnType.getName()));
|
||||
}
|
||||
assertTrue(types.size() == 1); //there's a bridge
|
||||
assertTrue(types.isEmpty());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue