-
Bug
-
Resolution: Fixed
-
P3
-
15, 16
-
b01
Inside the binary ct.sym, platform versions are encoded as single characters. JDKPlatformProvider parses these characters as hexadecimal numbers, which fails for versions >= 16. It should handle these version numbers using Character.MAX_RADIX.
- relates to
-
JDK-8235496 Start of release updates for JDK 16
- Resolved