-
Bug
-
Resolution: Fixed
-
P2
-
None
-
Verified
18.2.3 incorrectly reduces a constraint of the form [null <: alpha] to the bound null <: alpha. It should instead reduce to true. Also, a constraint of the form [alpha <: null] should reduce to false.
- relates to
-
JDK-8037039 18.2.4: Do not generate a bound of the form alpha=<null type>
- Closed