hotspot/src/share/vm/ci/ciEnv.cpp
changeset 25642 9d809ea074d9
parent 25325 e3af4e02b0d5
child 25946 1572c9f03fb9
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Mon Jul 14 03:25:40 2014 -0700
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Mon Jul 14 03:26:52 2014 -0700
@@ -1125,9 +1125,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;