J.C. Pizarro wrote: >> Remember, Java is generated to C++ with gcj and compiled with g++. That is incorrect and always has been. gcj directly generates assembly code for the target processor, just like all the other GCC language frontends. David Daney