Integrated: 8329864: TestLibGraal.java still crashes with assert(_stack_base != nullptr)

David Holmes dholmes at openjdk.org
Mon Apr 15 07:35:47 UTC 2024


On Tue, 9 Apr 2024 04:05:19 GMT, David Holmes <dholmes at openjdk.org> wrote:

> The changes to `JavaThread::print_on_error` were overlooked when `Thread::print_on_error` was fixed by https://github.com/openjdk/jdk/pull/18615. The fix is identical: access the `_stack_base` and `_stack_size` fields directly, not through the accessors with the assert.
> 
> Testing:
> - tiers 1-3 sanity
> 
> Thanks

This pull request has now been integrated.

Changeset: d22d5608
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d22d56087142d2fdf8ffc5fcde83dd08f07f6933
Stats:     4 lines in 1 file changed: 2 ins; 0 del; 2 mod

8329864: TestLibGraal.java still crashes with assert(_stack_base != nullptr)

Reviewed-by: dnsimon, jsjolen, dcubed

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

PR: https://git.openjdk.org/jdk/pull/18683


More information about the hotspot-runtime-dev mailing list