--- a/src/hotspot/cpu/aarch64/c1_globals_aarch64.hpp Fri Jul 26 10:52:47 2019 +0200
+++ b/src/hotspot/cpu/aarch64/c1_globals_aarch64.hpp Mon Jul 29 11:14:06 2019 +0200
@@ -41,13 +41,7 @@
define_pd_global(bool, ProfileTraps, false);
define_pd_global(bool, UseOnStackReplacement, true );
define_pd_global(bool, TieredCompilation, false);
-#ifdef BUILTIN_SIM
-// We compile very aggressively with the builtin simulator because
-// doing so greatly reduces run times and tests more code.
-define_pd_global(intx, CompileThreshold, 150 );
-#else
define_pd_global(intx, CompileThreshold, 1500 );
-#endif
define_pd_global(intx, OnStackReplacePercentage, 933 );
define_pd_global(intx, FreqInlineSize, 325 );