On Mon, 12 Sep 2022 12:35:30 GMT, Andrey Turbanov <[email protected]> wrote:
> Usages of methods `Integer.valueOf`, `Boolean.valueOf`, `Long.valueOf` often > can be simplified by using their pair methods > `parseInt`/`parseBoolean`/`parseLong`. This pull request has now been integrated. Changeset: 7e020398 Author: Andrey Turbanov <[email protected]> URL: https://git.openjdk.org/jdk/commit/7e0203980582c47e53f8851998138e13913bd28a Stats: 16 lines in 3 files changed: 0 ins; 0 del; 16 mod 8293647: Avoid unnecessary boxing in jdk.hotspot.agent Reviewed-by: cjplummer, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/10237
