RFR: 8374456: JVM crashes with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked" when run with large value for PreallocatedOutOfMemoryErrorCount
David Holmes
dholmes at openjdk.org
Mon Jan 5 20:13:38 UTC 2026
On Mon, 5 Jan 2026 13:27:22 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Please review this trivial fix to add a `range(0,1024)` to the develop flag `PreallocatedOutOfMemoryErrorCount` to avoid absurdly large values from causing a crash. Anyone who needs an even larger value can easily change it directly.
>>
>> Testing: manual (no regression test warranted)
>>
>> Thanks
>
> Looks good and trivial.
Thanks for the review @coleenp !
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29027#issuecomment-3711926173
More information about the hotspot-runtime-dev
mailing list