# HG changeset patch # User aph # Date 1443619426 0 # Node ID be6204a5856d383898e9b200105ad89f86ba3800 # Parent a06dd5987ae9fe4c822f503e8c56c23cbdd92953 8138641: Disable C2 peephole by default for aarch64 Reviewed-by: roland Contributed-by: felix.yang@linaro.org diff -r a06dd5987ae9 -r be6204a5856d src/cpu/aarch64/vm/c2_globals_aarch64.hpp --- a/src/cpu/aarch64/vm/c2_globals_aarch64.hpp Mon Sep 28 16:18:15 2015 +0000 +++ b/src/cpu/aarch64/vm/c2_globals_aarch64.hpp Wed Sep 30 13:23:46 2015 +0000 @@ -69,7 +69,7 @@ // Peephole and CISC spilling both break the graph, and so makes the // scheduler sick. -define_pd_global(bool, OptoPeephole, true); +define_pd_global(bool, OptoPeephole, false); define_pd_global(bool, UseCISCSpill, true); define_pd_global(bool, OptoScheduling, false); define_pd_global(bool, OptoBundling, false);