History log of /openjdk9/jdk/test/tools/launcher/TooSmallStackSize.java
Revision Date Author Comments
# 15679:8a89084b51bc 09-Sep-2016 rdurbin

8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms.
Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph


# 14212:1dfade83d611 18-Apr-2016 martin

8154470: defines.h confused about PROGNAME and JAVA_ARGS
Summary: Fiddle with const_progname initializations
Reviewed-by: ksrini, alanb


# 13586:fd606f27c022 20-Jan-2016 jwilhelm

8147791: Reenable tests that was temporarily quarantined in jdk9/hs
Reviewed-by: dholmes, mgerdin


# 13504:afc841235b43 19-Jan-2016 dcubed

8147629: quarantine tests failing in 2016.01.14 PIT snapshot
Summary: Ignore test/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java and test/tools/launcher/TooSmallStackSize.java
Reviewed-by: rdurbin, amurillo


# 11142:6d92296d52ca 04-Dec-2014 cjplummer

6762191: Setting stack size to 16K causes segmentation fault
Summary: Fixed by forcing the stack size to always be at least 32k.
Reviewed-by: dholmes, alanb, ksrini, sspitsyn