hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 31783 dbc24ca25ee4
parent 31371 311143309e73
child 33222 e0a340f4ab6e
child 33163 9e128b399e48
--- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Mon Jul 13 11:49:23 2015 -0400
+++ b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Sat Jul 11 12:36:46 2015 +0300
@@ -39,7 +39,6 @@
 define_pd_global(bool, DontYieldALot,               true);  // yield no more than 100 times per second
 define_pd_global(bool, ConvertSleepToYield,         false); // do not convert sleep(0) to yield. Helps GUI
 define_pd_global(bool, ShareVtableStubs,            false); // improves performance markedly for mtrt and compress
-define_pd_global(bool, CountInterpCalls,            false); // not implemented in the interpreter
 define_pd_global(bool, NeedsDeoptSuspend,           true); // register window machines need this
 
 define_pd_global(bool, ImplicitNullChecks,          true);  // Generate code for implicit null checks
@@ -67,8 +66,6 @@
 define_pd_global(intx, StackYellowPages, 2);
 define_pd_global(intx, StackRedPages, 1);
 
-define_pd_global(intx, PreInflateSpin,       40);  // Determined by running design center
-
 define_pd_global(bool, RewriteBytecodes,     true);
 define_pd_global(bool, RewriteFrequentPairs, true);