Relates :
|
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.
|