Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357660

[JVMCI] Add Support for Retrieving All Indy BootstrapMethodInvocations directly from the ConstantPool

XMLWordPrintable

      Currently from the jdk.vm.ci.meta.ConstantPool, BootstrapMethodInvocations can be retrieved via calling lookupBootstrapMethodInvocation and passing an index into the ResolvedIndyEntry array.

      As an alternative, it would be convenient to directly retrieve all Indy BootstrapMethodInvocations from a constant pool without providing indexes into the ResolvedIndyEntry array.

      This would allow one to not have to search through the bytecodes of all methods to find all invokedynamics and retrieve their corresponding BootstrapMethodInvocations.

            tshull Tom Shull
            tshull Tom Shull
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: