failures running dyn tests with jtreg on mlvm

John Rose john.r.rose at oracle.com
Mon Jan 31 17:35:39 PST 2011


On Jan 31, 2011, at 3:50 PM, Stephen Bannasch wrote:

> I'm getting new failures running the dyn tests in mlvm.
> 
> Seems like the  -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodHandles are being passed into junit.

Oops, that should work.  For some reason, the runtime for MHs now entangles Indy.  It's not obvious to me what's going wrong.

As a workaround, you can add these arguments to jtreg:
 jtreg -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic ...

Then all the tests should pass.

-- John


More information about the mlvm-dev mailing list