diff src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp @ 20710:c5e86c5cd22e

8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
author goetz
date Fri, 12 Dec 2014 08:48:56 +0100
parents 327e7269f90d
children
line wrap: on
line diff
--- a/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp	Thu Dec 11 18:53:50 2014 -0500
+++ b/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp	Fri Dec 12 08:48:56 2014 +0100
@@ -453,7 +453,7 @@
 ////////////////////////////////////////////////////////////////////////////////
 // thread stack
 
-size_t os::Linux::min_stack_allowed = 768*K;
+size_t os::Linux::min_stack_allowed = 128*K;
 
 bool os::Linux::supports_variable_stack_size() { return true; }