RFR: 8254265: s390 and linux 32 bit builds broken

Lutz Schmidt lucy at openjdk.java.net
Fri Oct 9 07:41:25 UTC 2020


On Thu, 8 Oct 2020 19:29:49 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> JDK-8253717 missed 2 ocurrances of JavaThread::stack_guard_zone_size() which was moved to class StackOverflow.
> 
> I just verified s390 build. Can anybody check linux 32 bit?

Change looks good, but is complete only when you adapt the two lines mentioned by coleenp as well.
src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp:
      limit += JavaThread::stack_red_zone_size() +
        JavaThread::stack_yellow_zone_size();

-------------

Changes requested by lucy (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/568


More information about the hotspot-dev mailing list