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?
- JVMTI invokedynamic bytecode parsing Ada
- Re: JVMTI invokedynamic bytecode parsing Chris Plummer
- Re: JVMTI invokedynamic bytecode parsing Alan Bateman