From: Godmar Back (gback@cs.utah.edu)
Date: Fri Feb 05 1999 - 14:33:47 EST
Alexandre, I think Linux crashes when it calls "getEngine" from
"java_lang_System_initProperties". java_lang_System_initProperties is
called from the static initializer of java.lang.System, which is called
from initBaseClasses().
So: is the reason maybe that the jitter does not save and restore
%ebx, which is used by pic code?
java.lang.System.<clinit> is jitted, calls java_lang_System_initProperties,
which hits the getEngine() calls, needs %ebx, and dies?
- Godmar
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:58 EDT