In order to debug JIT failures, it is
necessary to run multiple tests and gather log files from each
test.
- Copy the attached startJit.bat file to:
install_root/bin
- To run the script from a command prompt, enter the
script name and an option (1-4).
Example:
c:\WebSphere\AppServer\bin\startJit.bat 1 >
test1.log 2>&1
Option
|
Optimization
|
Definition
|
1
|
NMMI2JIT
|
Disables in method transfer |
2
|
NINLINING
|
Disables method Inlining |
3
|
NQOPTIMIZE
|
Disables quadruple
optimization |
4
|
NALL
|
Disables optimization but not
compilation |
- If running an option does not produce a failure,
stop and contact support. If a failure occurs, restart the test and select
the next option.
Please send in the following files after all of the
tests are complete:
- All files from c:\JitDebug
- stderr and stdout files from the
Application Server
|