[lworld] RFR: 8361082: [lworld] RewriteBytecodesInlineTest fails with SIGSEGV [v4]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Jul 3 18:56:54 UTC 2025
On Thu, 3 Jul 2025 17:34:18 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/classfile/classFileParser.cpp line 6189:
>
>> 6187: return; // Exception is still pending
>> 6188: }
>> 6189: assert(klass != nullptr, "Sanity check");
>
> Can you call InstanceKlass::check_null_free_field from here too?
I could but I would need to change the argument of `check_null_free_field` to `Symbol*` since the InstanceKlass isn't available here.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1498#discussion_r2183547176
More information about the valhalla-dev
mailing list