hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 27706 3f10f4ac2bd6
parent 27696 c43940b3cf78
child 27709 e6f02d6fee44
equal deleted inserted replaced
27705:a81a28a9bc8a 27706:3f10f4ac2bd6
  1983     // Copy this bit to the enclosing block:
  1983     // Copy this bit to the enclosing block:
  1984     compilable = ci_env.compilable();
  1984     compilable = ci_env.compilable();
  1985 
  1985 
  1986     if (ci_env.failing()) {
  1986     if (ci_env.failing()) {
  1987       task->set_failure_reason(ci_env.failure_reason());
  1987       task->set_failure_reason(ci_env.failure_reason());
       
  1988       ci_env.report_failure(ci_env.failure_reason());
  1988       const char* retry_message = ci_env.retry_message();
  1989       const char* retry_message = ci_env.retry_message();
  1989       if (_compilation_log != NULL) {
  1990       if (_compilation_log != NULL) {
  1990         _compilation_log->log_failure(thread, task, ci_env.failure_reason(), retry_message);
  1991         _compilation_log->log_failure(thread, task, ci_env.failure_reason(), retry_message);
  1991       }
  1992       }
  1992       if (PrintCompilation) {
  1993       if (PrintCompilation) {