Is -XX:+EnableMethodHandles still there?

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Sep 1 06:09:21 PDT 2009


Raffaello Giulietti wrote:
> Hello,
> 
> I just built a (nondebug) da Vinci machine with the guards
> 4256b1662add
> buildable
> 
> However, it complains that it does neither recognize
> +EnableInvokeDynamic nor +EnableMethodHandles.
> But when I remove the options, it complains that to use method handles I
> should enable them with +EnableMethodHandles.

These options are now experimental options and you have to use:

-XX:+UnlockExperimentalVMOptions

to be enable to use them.

-- Christian


More information about the mlvm-dev mailing list