A DESCRIPTION OF THE PROBLEM :
URLDecoder should use HexFormat.fromHexDigits instead of Integer.parseInt; HexFormat is purpose built for dealing with hexadecimal, and uses a table to do fast conversion.
I've submitted a PR for this change here: https://github.com/openjdk/jdk/pull/24314
URLDecoder should use HexFormat.fromHexDigits instead of Integer.parseInt; HexFormat is purpose built for dealing with hexadecimal, and uses a table to do fast conversion.
I've submitted a PR for this change here: https://github.com/openjdk/jdk/pull/24314
- links to
-
Commit(master) openjdk/jdk/03fd43fc
-
Review(master) openjdk/jdk/24314