changeset 17395:c8bd29658465

be more verbose about class resolution during CTW
author Doug Simon <doug.simon@oracle.com>
date Thu, 09 Oct 2014 15:58:08 +0200
parents f520089af480
children 83bbc0e5891a
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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?