RFR: 8358892: RISC-V: jvm crash when running dacapo sunflow after JDK-8352504 [v9]
Hamlin Li
mli at openjdk.org
Fri Jun 13 10:35:58 UTC 2025
On Fri, 13 Jun 2025 10:26:40 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Hi,
>> Can you help to review this patch?
>>
>> Thanks!
>>
>> Currently, this issue is only reproducible with Dacapo sunflow.
>> I tried to construct a simpler jtreg test to reproduce the issue, but can not find a way to do it till now, this task is tracked by https://bugs.openjdk.org/browse/JDK-8359045.
>>
>> So, currently I can only verify the code by reviewing it.
>> Or maybe it's better to leave it until we find the test?
>
> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>
> more log
Maybe we should not assert the log is actually outputted, but just print a message for reference. As what we really want is the correctness of the CMoveI + CmpF/D, but not the specific path it must go through.
I'll change assert to a log message in test, to avoid possible false alarms in the future.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25696#issuecomment-2969893453
More information about the hotspot-compiler-dev
mailing list