f712e12f98
When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn
These are the Java-level sources for the Serviceability Agent (SA). To build, type "gnumake all". For usage documentation, please refer to ../doc/index.html.