8037495: Remove platform specific specification of SurvivorRatio for BSD

Reviewed-by: mgerdin, stefank
This commit is contained in:
Bengt Rutisson 2014-03-18 06:15:45 +01:00
parent 29387ae1a7
commit ddce6492be

View file

@ -42,7 +42,6 @@ define_pd_global(intx, VMThreadStackSize, 512);
#endif // AMD64
define_pd_global(intx, CompilerThreadStackSize, 0);
define_pd_global(uintx, SurvivorRatio, 8);
define_pd_global(uintx, JVMInvokeMethodSlack, 8192);