Re: jump to case label ... crosses initialization

2009-09-01 Thread Christian Thalinger
Raffaello Giulietti wrote: Hello, the gcc compiler (I'm using 4.3.3) correctly complains about jump to case label ... crosses initialization twice. In fact, when declaring a var inside a case in a switch, braces are needed to make a block out of the statements. Otherwise the declaration

Re: javac/client compiler crashes fixed

2009-09-01 Thread Christian Thalinger
Christian Thalinger wrote: Charles Oliver Nutter wrote: client still crashes for me with bench_fib_recursive, but server runs This crash happens because of the non-static final field changes I made, the client compiler does not know about them. I will fix that. Well... since C1 does not

Is -XX:+EnableMethodHandles still there?

2009-09-01 Thread Raffaello Giulietti
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

Re: Is -XX:+EnableMethodHandles still there?

2009-09-01 Thread Christian Thalinger
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

C/C++ mismatches with PTR_FORMAT

2009-09-01 Thread Raffaello Giulietti
Hi, the 4.3.3 gcc compiler I'm using statically checks format specifications in the *printf family of functions. While building the *debug* version of the mlvm, the build stops with 4 errors about a mismatch between a format specification and the actual arguments. I'm in