# HG changeset patch # User Doug Simon # Date 1397422427 -7200 # Node ID 8196aa2170d8e9caf7e272896c4820337aae79c1 # Parent 54100943a362181f1e24971dd0a476c30ccbf27c put CompileTheWorld log statement behind verbose option diff -r 54100943a362 -r 8196aa2170d8 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 Fri Apr 04 17:23:20 2014 -0700 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompileTheWorld.java Sun Apr 13 22:53:47 2014 +0200 @@ -311,7 +311,7 @@ } println(); - TTY.println("CompileTheWorld : Done (%d classes, %d methods, %d ms)", classFileCounter, compiledMethodsCounter, compileTime); + println("CompileTheWorld : Done (%d classes, %d methods, %d ms)", classFileCounter, compiledMethodsCounter, compileTime); } class CTWCompilationTask extends CompilationTask {