-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b20
Currently, JVMCI eagerly resolves constant pool entries for invokedynamic and constantdynamic. That is, the bootstrap method for these entries is executed.
In the context of Native Image, it is useful to be able to query the call info for a bootstrap method instead so that bootstrap method execution can be deferred to image run time.
In the context of Native Image, it is useful to be able to query the call info for a bootstrap method instead so that bootstrap method execution can be deferred to image run time.