# HG changeset patch # User njian # Date 1521021315 -28800 # Wed Mar 14 17:55:15 2018 +0800 # Node ID 8be3135f826ca9763dd268aa05f39da3701f3d76 # Parent 98e7a2c315a9c8a956704f900e29249addb66098 8191954: AArch64: disable UseCISCSpill in C2 Reviewed-by: adinn, aph diff --git a/src/hotspot/cpu/aarch64/c2_globals_aarch64.hpp b/src/hotspot/cpu/aarch64/c2_globals_aarch64.hpp --- a/src/hotspot/cpu/aarch64/c2_globals_aarch64.hpp +++ b/src/hotspot/cpu/aarch64/c2_globals_aarch64.hpp @@ -65,7 +65,7 @@ // Peephole and CISC spilling both break the graph, and so makes the // scheduler sick. define_pd_global(bool, OptoPeephole, false); -define_pd_global(bool, UseCISCSpill, true); +define_pd_global(bool, UseCISCSpill, false); define_pd_global(bool, OptoScheduling, false); define_pd_global(bool, OptoBundling, false); define_pd_global(bool, OptoRegScheduling, false);