6449385: JCK test dup2_x200106m1 fails with Segmentation Fault on x86

Thu, 16 Apr 2009 10:40:42 -0700

author
never
date
Thu, 16 Apr 2009 10:40:42 -0700
changeset 1156
1b42d5772ae0
parent 1155
67a2f5ba5582
child 1157
a134d9824964

6449385: JCK test dup2_x200106m1 fails with Segmentation Fault on x86
Reviewed-by: kvn

src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp	Wed Apr 15 09:53:54 2009 -0700
     1.2 +++ b/src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp	Thu Apr 16 10:40:42 2009 -0700
     1.3 @@ -39,7 +39,7 @@
     1.4  // ThreadStackSize 320 allows TaggedStackInterpreter and a couple of test cases
     1.5  // to run while keeping the number of threads that can be created high.
     1.6  define_pd_global(intx, ThreadStackSize,          320);
     1.7 -define_pd_global(intx, VMThreadStackSize,        256);
     1.8 +define_pd_global(intx, VMThreadStackSize,        512);
     1.9  define_pd_global(intx, SurvivorRatio,            8);
    1.10  define_pd_global(uintx, JVMInvokeMethodSlack,    10*K);
    1.11  #endif // AMD64

mercurial