RFR: 8352490: Fatal error message for unhandled bytecode needs more detail [v2]
Saranya Natarajan
duke at openjdk.org
Wed Mar 26 13:55:24 UTC 2025
On Mon, 24 Mar 2025 14:19:37 GMT, Saranya Natarajan <duke at openjdk.org> wrote:
>> Description: Improve the error message for unhandled bytecode in `line#129` of function `Bytecodes::Code ciBytecodeStream::next_wide_or_table` in file ciStream.cpp
>>
>> Solution: The error message is improved to print OPCODE and bytecode index (BCI)
>
> Saranya Natarajan has updated the pull request incrementally with one additional commit since the last revision:
>
> adding information for printing current method
Thank you for reviewing the changes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24187#issuecomment-2754479204
More information about the hotspot-compiler-dev
mailing list