8138641: Disable C2 peephole by default for aarch64

Reviewed-by: roland
This commit is contained in:
Felix Yang 2015-09-30 13:23:46 +00:00 committed by Andrew Haley
parent c8cf3e7fe5
commit 65cf3f8eed

View File

@ -68,7 +68,7 @@ define_pd_global(intx, RegisterCostAreaRatio, 16000);
// 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);