# HG changeset patch # User Roland Schatz # Date 1418141214 -3600 # Node ID 39df3f428d5c872efd04f3a4a01c28240d2e48d8 # Parent d138867d61c4ae4fef9b4356b40c550cef2234f4 Temporarily disable LocationMarker. diff -r d138867d61c4 -r 39df3f428d5c graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/LocationMarker.java --- 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 UseLocationMarker = new OptionValue<>(true); + public static final OptionValue UseLocationMarker = new OptionValue<>(false); // @formatter:on }