[lworld] RFR: 8361082: [lworld] RewriteBytecodesInlineTest fails with SIGSEGV [v4]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Jul 3 18:52:52 UTC 2025
On Thu, 3 Jul 2025 17:33:25 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Coleen comments
>
> src/hotspot/share/oops/instanceKlass.cpp line 3594:
>
>> 3592: }
>> 3593:
>> 3594: void InstanceKlass::check_null_free_field(InstanceKlass* ik, TRAPS) {
>
> Is ik not the same as 'this'?
No, `ik` is the class being loaded in `load_shared_class` and `this` is the type of the null restricted field.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1498#discussion_r2183534518
More information about the valhalla-dev
mailing list