8037495: Remove platform specific specification of SurvivorRatio for BSD
authorbrutisso
Tue, 18 Mar 2014 06:15:45 +0100
changeset 23467 5bbc17380f6c
parent 23466 9d07219a52a9
child 23468 6bb416a59349
8037495: Remove platform specific specification of SurvivorRatio for BSD Reviewed-by: mgerdin, stefank
hotspot/src/os_cpu/bsd_x86/vm/globals_bsd_x86.hpp
--- a/hotspot/src/os_cpu/bsd_x86/vm/globals_bsd_x86.hpp	Mon Mar 17 16:29:13 2014 +0100
+++ b/hotspot/src/os_cpu/bsd_x86/vm/globals_bsd_x86.hpp	Tue Mar 18 06:15:45 2014 +0100
@@ -42,7 +42,6 @@
 #endif // AMD64
 
 define_pd_global(intx, CompilerThreadStackSize,  0);
-define_pd_global(uintx, SurvivorRatio,           8);
 
 define_pd_global(uintx, JVMInvokeMethodSlack,    8192);