Hi, > Nope, setting JITC_PROCESSOR_TYPE to any value from 0 to 8 doesn't seem > to help. Setting JAVA_COMPILER=NONE worked, but there is not JIT then.
The code in the JIT looks in /proc/cpuinfo and parses it to try to detect processor type. Is there some strange restriction on your processor type (no floating point unit, strange cache line size, problems with sync or isync, cache flushing,or ...) that might be causing a problem? Otherwise it should work. Kevin