[lworld] Integrated: 8368802: [lworld] C1 compilation fails with SIGSEGV in ciObjArrayKlass::make_impl

Tobias Hartmann thartmann at openjdk.org
Mon Oct 6 11:25:21 UTC 2025


On Mon, 6 Oct 2025 08:51:55 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> If we are OOM, `element_klass->get_Klass()->array_klass(THREAD)` will return `nullptr`. We need to check `HAS_PENDING_EXCEPTION` before using the return value.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 0f7e09c5
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/0f7e09c54097d983324d12e82631279436713f24
Stats:     8 lines in 1 file changed: 4 ins; 4 del; 0 mod

8368802: [lworld] C1 compilation fails with SIGSEGV in ciObjArrayKlass::make_impl

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

PR: https://git.openjdk.org/valhalla/pull/1661


More information about the valhalla-dev mailing list