RFR: 8324433: Introduce a way to determine if an expression is evaluated as a constant by the Jit compiler

Quan Anh Mai qamai at openjdk.org
Tue Jan 23 09:34:27 UTC 2024


On Tue, 23 Jan 2024 08:16:07 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> I would suggest we just do the private `java.lang.{Integer,...}.isCompileConstant` methods and bind them to that intrinsic.

Maybe I am ignorant but doesn't the definition of an intrinsics contain the signature of the method as well?

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

PR Comment: https://git.openjdk.org/jdk/pull/17527#issuecomment-1905648723


More information about the hotspot-compiler-dev mailing list