-
Bug
-
Resolution: Unresolved
-
P4
-
25
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.
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.