6830717: replay of compilations would help with debugging
Summary: 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 Contributed-by: yumin.qi@oracle.com
Showing
agent/doc/c2replay.html
0 → 100644
src/share/vm/ci/ciReplay.cpp
0 → 100644
此差异已折叠。
src/share/vm/ci/ciReplay.hpp
0 → 100644
想要评论请 注册 或 登录