JVMTI invokedynamic bytecode parsing

Ada adacooke99 at gmail.com
Sat Aug 13 22:20:14 UTC 2022


Hi,
I'm writing a JVMTI tool that needs to parse bytecode. To parse
invokedynamic, you need to read from the parent class' bootstrap
methods attribute, there is no current function in the JVMTI spec to
get this information, not having this information isn't the end of the
world but it seems odd. Am I missing something in regards to this, if
not, are there any plans for adding this functionality in the future?


More information about the serviceability-dev mailing list