[jdk8u-dev] RFR: 8261235: C1 compilation fails with assert(res->vreg_number() == index) failed: conversion check [v2]
Chuanqi Zang
duke at openjdk.org
Wed Mar 12 08:00:20 UTC 2025
On Wed, 12 Mar 2025 07:44:20 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Chuanqi Zang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix codestyle
>
> hotspot/src/share/vm/c1/c1_LinearScan.cpp line 3860:
>
>> 3858: assert(_insertion_buffer.lir_list() == _insert_list, "wrong insertion buffer");
>> 3859:
>> 3860: LIR_Opr to_opr =get_virtual_register(to_interval);
>
> Suggestion:
>
> LIR_Opr to_opr = get_virtual_register(to_interval);
thanks for your suggestion, Fixed :-)
-------------
PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/622#discussion_r1990890235
More information about the jdk8u-dev
mailing list