diff src/share/vm/graal/graalEnv.cpp @ 18226:6eda3b299460

Record compilation dependencies with +LogCompilation
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Fri, 31 Oct 2014 12:20:56 -0700
parents 62e218478931
children b2859128b76a
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.cpp	Fri Oct 31 11:25:32 2014 -0700
+++ b/src/share/vm/graal/graalEnv.cpp	Fri Oct 31 12:20:56 2014 -0700
@@ -428,6 +428,7 @@
     if (witness != NULL) {
       return false;
     }
+    deps.log_dependency();
   }
 
   return true;