Integrated: 8283839: [JVMCI] add support for querying indy bootstrap method target and arguments

Doug Simon dnsimon at openjdk.java.net
Wed Apr 20 20:28:41 UTC 2022


On Sat, 16 Apr 2022 16:06:48 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR adds support to JVMCI for obtaining the call info for the bootstrap method associated with an invokedynamic or constantdynamic constant pool entry.
> 
> In the context of Native Image, this is necessary to be able to defer execution of select bootstrap methods to image run time (as opposed to executing the bootstrap method during Native Image build time).
> 
> I've also included a minor change to adopt use of the `jvms` javadoc tag in JVMCI Java code. This is preferable to the HTML links previously used in that the latter refer to a specific JDK release.

This pull request has now been integrated.

Changeset: 8543aaa7
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8543aaa7eb84e8e12924f4e7db7ae33af6020648
Stats:     342 lines in 13 files changed: 306 ins; 14 del; 22 mod

8283839: [JVMCI] add support for querying indy bootstrap method target and arguments

Reviewed-by: psandoz, kvn

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

PR: https://git.openjdk.java.net/jdk/pull/8273


More information about the hotspot-dev mailing list