Integrated: 8341199: Use ClassFile's new API loadConstant(int)

Shaojin Wen swen at openjdk.org
Mon Sep 30 14:14:44 UTC 2024


On Mon, 30 Sep 2024 10:03:57 GMT, Shaojin Wen <swen at openjdk.org> wrote:

> The new API loadConstant(int) can shorten the calling path and can replace ldc when the parameter is of int/Integer type.

This pull request has now been integrated.

Changeset: f1bf469b
Author:    Shaojin Wen <swen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f1bf469b4ee07b48b629a126111e307d3cab7fd7
Stats:     9 lines in 4 files changed: 0 ins; 0 del; 9 mod

8341199: Use ClassFile's new API loadConstant(int)

Reviewed-by: liach, redestad

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

PR: https://git.openjdk.org/jdk/pull/21259


More information about the core-libs-dev mailing list