RFR: 8255766: Fix linux+arm64 build after 8254072
Magnus Ihse Bursie
ihse at openjdk.java.net
Mon Nov 2 17:45:55 UTC 2020
On Mon, 2 Nov 2020 17:04:53 GMT, Bernhard Urban-Forster <burban at openjdk.org> wrote:
> Fixing this problem:
>
> 1501 | assert(StackOverflow::stack_shadow_zone_size() == (int)StackOverflow::stack_shadow_zone_size(), "must be same");
> Verified via a linux+arm64 slowdebug build and a windows+arm64 slowdebug build.
It looks OK to me, given that it compiles with gcc+msdev.
-------------
Marked as reviewed by ihse (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1013
More information about the hotspot-compiler-dev
mailing list