Java
Performance Tools and Tuning Tips for Java Technology-Based Server Applications on the Solaris OS
Java Linux troubleshooting + Find bottleneck + performance tuning
Crash in HotSpot Compiler Thread or Compiled Code
If the fatal error log indicates that the crash occurred in a compiler thread, then it is possible (but not always the case) that you have encountered a compiler bug. Similarly, if the crash is in compiled code then it is possible that the compiler has generated incorrect code.
In the case of the HotSpot [...]
