[jdk11u-dev] Integrated: 8257794: Zero: assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1) failed: wrong on Linux/x86_32

Andrew John Hughes andrew at openjdk.java.net
Thu Mar 17 17:37:43 UTC 2022


On Wed, 23 Feb 2022 17:05:59 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> The `slowdebug` build in 11u is broken in the same way as trunk was before this fix. We recently had to build 11u on x86_32 using Zero, due to issues with the new GCC 12 release, and the slowdebug build failed with this broken assert. Removing it allowed the build to complete.
> 
> Backport is clean, but couldn't be automated as later JDK versions have the file in a `zero` subdirectory.
> 
> Additional checks:
> - [x] slowdebug build on x86_32

This pull request has now been integrated.

Changeset: 73dc2225
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/73dc222557e11caa1f5999c0c4b346c25f3d62be
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8257794: Zero: assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1) failed: wrong on Linux/x86_32

Reviewed-by: phh
Backport-of: df55ecd83c70e8962e9037671cd13b104d3e5620

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/839


More information about the jdk-updates-dev mailing list