hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 27706 3f10f4ac2bd6
parent 27696 c43940b3cf78
child 27709 e6f02d6fee44
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Sat Nov 22 03:10:33 2014 +0000
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Mon Nov 24 08:48:15 2014 +0100
@@ -1985,6 +1985,7 @@
 
     if (ci_env.failing()) {
       task->set_failure_reason(ci_env.failure_reason());
+      ci_env.report_failure(ci_env.failure_reason());
       const char* retry_message = ci_env.retry_message();
       if (_compilation_log != NULL) {
         _compilation_log->log_failure(thread, task, ci_env.failure_reason(), retry_message);