RFR: 8254265: s390 and linux 32 bit builds broken [v2]
Martin Doerr
mdoerr at openjdk.java.net
Fri Oct 9 09:55:22 UTC 2020
On Fri, 9 Oct 2020 07:39:02 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:
>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>>
>> more 32 bit fixes
>
> 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();
Thanks for reviewing and checking linux 32 bit. x86_32 is not among the supported dev kit targets
(https://openjdk.java.net/groups/build/doc/building.html) and I don't have a machine which is configured for that
build, but maybe devkit does work.
-------------
PR: https://git.openjdk.java.net/jdk/pull/568
More information about the hotspot-dev
mailing list