RFR: 8353453: URLDecoder should use HexFormat

Chen Liang liach at openjdk.org
Tue Apr 1 16:56:29 UTC 2025


On Sat, 29 Mar 2025 17:27:20 GMT, Patrick Strawderman <duke at openjdk.org> wrote:

> Use `HexFormat.fromHexDigits` in URLDecoder, instead of `Integer.parseInt`.

Is there a particular reason for this change? Like is this a significant performance bottleneck?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24314#issuecomment-2767724608


More information about the net-dev mailing list