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 _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
