src/hotspot/cpu/sparc/globals_sparc.hpp
changeset 54631 3a3e4e473622
parent 53244 9807daeb47c4
child 57779 0a8407a78a2f
--- a/src/hotspot/cpu/sparc/globals_sparc.hpp	Fri Apr 26 08:53:29 2019 +0100
+++ b/src/hotspot/cpu/sparc/globals_sparc.hpp	Fri Apr 26 10:18:47 2019 +0200
@@ -38,7 +38,6 @@
 // according to the prior table. So, we let the thread continue and let it block by itself.
 define_pd_global(bool, DontYieldALot,               true);  // yield no more than 100 times per second
 define_pd_global(bool, ShareVtableStubs,            false); // improves performance markedly for mtrt and compress
-define_pd_global(bool, NeedsDeoptSuspend,           true); // register window machines need this
 
 define_pd_global(bool, ImplicitNullChecks,          true);  // Generate code for implicit null checks
 define_pd_global(bool, TrapBasedNullChecks,         false); // Not needed on sparc.