On Mon, 30 Sep 2024 12:38:47 GMT, Shaojin Wen <s...@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 think loadConstant should be renamed to ldc @wenshao You can integrate this patch early even though it's much less than 24 hours. I have another patch that removes `ldc(ConstantDesc)`. It depends on your patch being integrated first. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21259#issuecomment-2383313803