In JITDynamicallyCompileMethod, the setjmp() to initialize jit.abort_env is
done fairly late. There are calls before this that can call JITFail(),
which results in a longjmp() to a bad address. A particular example that
crashes JavaOS is when jitMheapInit() calls jitImalloc(), which calls
JITFail() if j_sysMalloc() fails.
dean.long@Eng 1997-06-06
done fairly late. There are calls before this that can call JITFail(),
which results in a longjmp() to a bad address. A particular example that
crashes JavaOS is when jitMheapInit() calls jitImalloc(), which calls
JITFail() if j_sysMalloc() fails.
dean.long@Eng 1997-06-06