changeset 18650:39df3f428d5c

Temporarily disable LocationMarker.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 09 Dec 2014 17:06:54 +0100
parents d138867d61c4
children 8c753e6fab96
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LocationMarker.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/alloc/LocationMarker.java	Tue Dec 09 16:55:19 2014 +0100
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LocationMarker.java	Tue Dec 09 17:06:54 2014 +0100
@@ -41,7 +41,7 @@
     public static class Options {
         // @formatter:off
         @Option(help = "Use decoupled pass for location marking (instead of using LSRA marking)")
-        public static final OptionValue<Boolean> UseLocationMarker = new OptionValue<>(true);
+        public static final OptionValue<Boolean> UseLocationMarker = new OptionValue<>(false);
         // @formatter:on
     }