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

David Holmes dholmes at openjdk.org
Tue Apr 9 21:36:09 UTC 2024


On Tue, 9 Apr 2024 17:57:09 GMT, Doug Simon <dnsimon 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
>
> Thanks for fixing this.

Thanks for the review @dougxc

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

PR Comment: https://git.openjdk.org/jdk/pull/18683#issuecomment-2046086252


More information about the hotspot-runtime-dev mailing list