RFR: 8341199: Use ClassFile's new API loadConstant(int)
Claes Redestad
redestad at openjdk.org
Mon Sep 30 12:53:37 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.
I consider this a bug in the API, too. Perhaps we could assert against usage that would have been better expressed as a `loadConstant`?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21259#issuecomment-2383102281
More information about the core-libs-dev
mailing list