RFR: 8352490: Fatal error message for unhandled bytecode needs more detail [v2]

Christian Hagedorn chagedorn at openjdk.org
Tue Mar 25 09:05:19 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

Looks good to me, too!

-------------

Marked as reviewed by chagedorn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24187#pullrequestreview-2712939880


More information about the hotspot-compiler-dev mailing list