# HG changeset patch # User Doug Simon # Date 1412863088 -7200 # Node ID c8bd296584655d81e925a015369f0caa6359ed17 # Parent f520089af480e0397304eba07143144e8d41fa1f be more verbose about class resolution during CTW diff -r f520089af480 -r c8bd29658465 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java Thu Oct 09 15:57:36 2014 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java Thu Oct 09 15:58:08 2014 +0200 @@ -283,7 +283,7 @@ } } catch (Throwable t) { // If something went wrong during pre-loading we just ignore it. - println("Preloading failed for (%d) %s", classFileCounter, className); + println("Preloading failed for (%d) %s: %s", classFileCounter, className, t); } // Are we compiling this class?