>Speaking of JIT, I feel quite stoopid but I haven't found any
>documentation on >how to actually install the Metrowerks JIT and verify
>that it's being used. I >hope anyone knows? :)
put the .so files in ${JAVA_HOME}/lib/ppc/${THREADS_FLAG}_threads
add
JAVA_COMPILER=mwjit-991122
to your environment.
Run any computationally intensive java program and notice an order of
magnitude speed up...