diff src/share/vm/ci/ciEnv.cpp @ 20469:dd89808e49ba

8049530: Provide descriptive failure reason for compilation tasks removed for the queue Reviewed-by: roland, iveresov
author vlivanov
date Mon, 14 Jul 2014 03:26:52 -0700
parents 833b0f92429a
children 9dc314de223d
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.cpp	Mon Jul 14 03:24:35 2014 -0700
+++ b/src/share/vm/ci/ciEnv.cpp	Mon Jul 14 03:26:52 2014 -0700
@@ -1112,9 +1112,6 @@
 // ------------------------------------------------------------------
 // ciEnv::record_failure()
 void ciEnv::record_failure(const char* reason) {
-  if (log() != NULL) {
-    log()->elem("failure reason='%s'", reason);
-  }
   if (_failure_reason == NULL) {
     // Record the first failure reason.
     _failure_reason = reason;