Re: bug in gaming with MLVM

2010-01-26 Thread Daniel Latrémolière
>> When trying MLVM, I have make the following test as in attachment >> "Test.java". >> >> I have compiled and runned it three times (cf. "cmd.log") with bad >> expected behaviour (only partial loop, not running up to 10), and >> one time with a crash (cf. "hs_err_pid1008.log"). >> >> Are thes

Re: bug in gaming with MLVM

2010-01-26 Thread Daniel Latrémolière
> I took me some time to see the actual problem: there's no JSR 292 > support for the client compiler yet. I'm currently working on that and > it's almost finished. > > To successfully run your test use the server compiler: > > java.exe -server -XX:+UnlockExperimentalVMOptions -XX:+EnableMethodH

Re: bug in gaming with MLVM

2010-01-26 Thread Rémi Forax
Le 26/01/2010 09:46, Daniel Latrémolière a écrit : > When trying MLVM, I have make the following test as in attachment > "Test.java". > > I have compiled and runned it three times (cf. "cmd.log") with bad > expected behaviour (only partial loop, not running up to 10), and > one time with a c

Re: bug in gaming with MLVM

2010-01-26 Thread Christian Thalinger
On Tue, 2010-01-26 at 10:45 +0100, Rémi Forax wrote: > Christian and John, > I've also noticed that the code written should not compile, > invoking a method handle with invoke() can throw any throwable > and it seems that javac patch to require to catch/throws Throwable > was not pushed to jdk7 mai

Re: bug in gaming with MLVM

2010-01-26 Thread Rémi Forax
Le 26/01/2010 09:46, Daniel Latrémolière a écrit : When trying MLVM, I have make the following test as in attachment "Test.java". I have compiled and runned it three times (cf. "cmd.log") with bad expected behaviour (only partial loop, not running up to 10), and one time with a crash (cf.

Re: bug in gaming with MLVM

2010-01-26 Thread Christian Thalinger
On Tue, 2010-01-26 at 09:46 +0100, Daniel Latrémolière wrote: > C:\Users\daniel\Documents\NetBeansProjects\Test\src>"C:\Program > Files\Java\jdk1.7.0\bin\java.exe" -XX:+UnlockExperimentalVMOptions > -XX:+EnableMethodHandles -XX:+EnableInvokeDynamic Test > Direct (10): 313 > Handle (25740): 13