comparison src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp @ 725:928912ce8438

Merge
author never
date Mon, 20 Apr 2009 14:48:03 -0700
parents 1b42d5772ae0
children bd02caa94611
comparison
equal deleted inserted replaced
714:981375ca07b7 725:928912ce8438
37 // define_pd_global(bool, UseStackBanging, true); 37 // define_pd_global(bool, UseStackBanging, true);
38 38
39 // ThreadStackSize 320 allows TaggedStackInterpreter and a couple of test cases 39 // ThreadStackSize 320 allows TaggedStackInterpreter and a couple of test cases
40 // to run while keeping the number of threads that can be created high. 40 // to run while keeping the number of threads that can be created high.
41 define_pd_global(intx, ThreadStackSize, 320); 41 define_pd_global(intx, ThreadStackSize, 320);
42 define_pd_global(intx, VMThreadStackSize, 256); 42 define_pd_global(intx, VMThreadStackSize, 512);
43 define_pd_global(intx, SurvivorRatio, 8); 43 define_pd_global(intx, SurvivorRatio, 8);
44 define_pd_global(uintx, JVMInvokeMethodSlack, 10*K); 44 define_pd_global(uintx, JVMInvokeMethodSlack, 10*K);
45 #endif // AMD64 45 #endif // AMD64
46 46
47 define_pd_global(intx, CompilerThreadStackSize, 0); 47 define_pd_global(intx, CompilerThreadStackSize, 0);