-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
Affects Version/s: 11, 12
-
Component/s: tools
The attached code sample causes an assertion error in javac starting with jdk 11
return Optional.of(BigInteger.valueOf(2L)).or(() -> one.map(i::subtract));
return Optional.of(BigInteger.valueOf(2L)).or(() -> one.map(i::subtract));
- duplicates
-
JDK-8210483 AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
-
- Closed
-