[8u] [RFR] Request for Review of Backport of JDK-8197429: Increased stack guard causes segfaults on x86-32

Andrew Hughes gnu.andrew at redhat.com
Mon Jul 9 15:55:17 UTC 2018


[CCing hotspot list for review]

Bug: https://bugs.openjdk.java.net/browse/JDK-8197429
Webrev: http://cr.openjdk.java.net/~andrew/openjdk8/8197429/webrev.01/
Original review thread:
http://mail.openjdk.java.net/pipermail/hotspot-dev/2018-February/030076.html

The code patch is largely the same, with the only
difference that 8 still uses StackYellowPages
and StackRedPages rather than the
JavaThread::stack_red_zone_size() and
JavaThread::stack_yellow_zone_size() functions.

The test differs in that the 8u version needs to
also compile the C code within the test.
I based this on test/runtime/InitialThreadOverflow.

Thanks,
-- 
Andrew :)

Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Web Site: http://fuseyism.com
Twitter: https://twitter.com/gnu_andrew_java
PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222


More information about the jdk8u-dev mailing list