RFR (M): 8026328: Setting a breakpoint on invokedynamic crashes the JVM

John Rose john.r.rose at oracle.com
Thu Oct 24 16:30:15 PDT 2013


You might sidestep the issue like this:

assert(!is_invoke(java_code(code)), "");  

-- John  (on my iPhone)

On Oct 24, 2013, at 4:12 PM, "serguei.spitsyn at oracle.com" <serguei.spitsyn at oracle.com> wrote:

> should Bytecodes::is_invoke include a check for invokehandle?


More information about the hotspot-compiler-dev mailing list