src/hotspot/share/compiler/compileTask.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/src/hotspot/share/compiler/compileTask.cpp	Thu Mar 28 11:22:28 2019
--- new/src/hotspot/share/compiler/compileTask.cpp	Thu Mar 28 11:22:27 2019

*** 394,403 **** --- 394,404 ---- Thread* thread = Thread::current(); methodHandle method(thread, this->method()); ResourceMark rm(thread); if (!_is_success) { + assert(_failure_reason != NULL, "missing"); const char* reason = _failure_reason != NULL ? _failure_reason : "unknown"; log->elem("failure reason='%s'", reason); } // <task_done ... stamp='1.234'> </task>

src/hotspot/share/compiler/compileTask.cpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File