diff src/share/vm/compiler/compileBroker.cpp @ 22764:9c0966b935a9

converted select_task_blocking_aware into select_task_helper (GRAAL-1387)
author Doug Simon <doug.simon@oracle.com>
date Fri, 08 Jan 2016 23:45:00 +0100
parents 94b7354ef0e0
children 1fbfcc0334d3
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Fri Jan 08 22:24:51 2016 +0100
+++ b/src/share/vm/compiler/compileBroker.cpp	Fri Jan 08 23:45:00 2016 +0100
@@ -1745,9 +1745,6 @@
       }
       if (state == _thread_blocked) {
         if (++consecutively_blocked == BLOCKING_JVMCI_COMPILATION_WAIT_TO_UNBLOCK_ATTEMPTS) {
-          if (_compilation_log != NULL) {
-            _compilation_log->log_failure(thread, task, "wait for blocking compilation timed out", NULL);
-          }
           if (PrintCompilation) {
             task->print_compilation(tty, "wait for blocking compilation timed out");
           }