comparison src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp @ 768:7a485bc4da16

Merge
author xdono
date Thu, 07 May 2009 10:30:17 -0700
parents 1b42d5772ae0
children bd02caa94611
comparison
equal deleted inserted replaced
767:5d4dd2f5f6a1 768:7a485bc4da16
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);