RFR: 8257794: Zero: assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1) failed: wrong on Linux/x86_32 [v2]
Jie Fu
jiefu at openjdk.java.net
Tue Dec 8 09:18:24 UTC 2020
On Tue, 8 Dec 2020 08:39:45 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> After looking closer, I think this assert is not very useful, it is already disabled on all platforms except x86_32, and it is probably a leftover after many bulk Zero integrations. I think it is fine, safer, faster to remove it for all platforms. Do it, and I'll approve.
Yes, I agree.
Done. Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1637
More information about the hotspot-runtime-dev
mailing list