Integrated: 8293647: Avoid unnecessary boxing in jdk.hotspot.agent

Andrey Turbanov aturbanov at openjdk.org
Tue Sep 13 17:57:47 UTC 2022


On Mon, 12 Sep 2022 12:35:30 GMT, Andrey Turbanov <aturbanov at openjdk.org> 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 <aturbanov at openjdk.org>
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


More information about the serviceability-dev mailing list