changeset 8564:be6204a5856d

8138641: Disable C2 peephole by default for aarch64 Reviewed-by: roland Contributed-by: felix.yang@linaro.org
author aph
date Wed, 30 Sep 2015 13:23:46 +0000
parents a06dd5987ae9
children f50e867292b6
files src/cpu/aarch64/vm/c2_globals_aarch64.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);