RFR: 8315771: [JVMCI] Resolution of bootstrap methods with int[] static arguments [v7]

Sacha Coppey duke at openjdk.org
Wed Sep 13 13:39:58 UTC 2023


On Wed, 13 Sep 2023 13:08:51 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> a PrimitiveConstant is a JavaConstant isn't it?
Yes, it is, but since the primitives are returned in their boxed form, a PrimitiveConstant can only be a constant pool index, so I think it is better to specify the difference.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15588#discussion_r1324528085


More information about the hotspot-compiler-dev mailing list