changeset 5319:38a5a8615f2d

turn off graph caching
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 30 Apr 2012 10:11:27 +0200
parents b5cd7bc05695
children e79727f1b3d0
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java	Fri Apr 27 12:56:39 2012 -0700
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java	Mon Apr 30 10:11:27 2012 +0200
@@ -91,7 +91,7 @@
     public static boolean DynamicCompilePriority             = ____;
 
     // graph caching
-    public static boolean CacheGraphs                        = true;
+    public static boolean CacheGraphs                        = ____;
     public static int     GraphCacheSize                     = 1000;
     public static boolean PrintGraphCache                    = ____;