8225347: [s390] Unexpected exit from stack overflow test
authormdoerr
Fri, 07 Jun 2019 10:13:30 +0200
changeset 55281 eaa1e236f305
parent 55280 d868727d8f0b
child 55282 07ff89762205
8225347: [s390] Unexpected exit from stack overflow test Reviewed-by: simonis
src/hotspot/cpu/s390/globals_s390.hpp
--- a/src/hotspot/cpu/s390/globals_s390.hpp	Fri Jun 07 10:09:41 2019 +0200
+++ b/src/hotspot/cpu/s390/globals_s390.hpp	Fri Jun 07 10:13:30 2019 +0200
@@ -54,7 +54,7 @@
 #define DEFAULT_STACK_RED_PAGES      (1)
 // Java_java_net_SocketOutputStream_socketWrite0() uses a 64k buffer on the
 // stack. To pass stack overflow tests we need 20 shadow pages.
-#define DEFAULT_STACK_SHADOW_PAGES   (20 DEBUG_ONLY(+2))
+#define DEFAULT_STACK_SHADOW_PAGES   (20 DEBUG_ONLY(+4))
 #define DEFAULT_STACK_RESERVED_PAGES (1)
 
 #define MIN_STACK_YELLOW_PAGES     DEFAULT_STACK_YELLOW_PAGES