comparison src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp @ 721:1b42d5772ae0

6449385: JCK test dup2_x200106m1 fails with Segmentation Fault on x86 Reviewed-by: kvn
author never
date Thu, 16 Apr 2009 10:40:42 -0700
parents 660978a2a31a
children bd02caa94611
comparison
equal deleted inserted replaced
720:67a2f5ba5582 721:1b42d5772ae0
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);