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

Tobias Hartmann thartmann at openjdk.org
Mon Mar 24 12:24:15 UTC 2025


On Mon, 24 Mar 2025 10:19:50 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)

Should we also print the name of the current method (via `ciBytecodeStream::method()`)? With inlining, it might be different from the root of the compilation.

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

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


More information about the hotspot-compiler-dev mailing list