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

Saranya Natarajan duke at openjdk.org
Mon Mar 24 14:19:37 UTC 2025


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24187/files
  - new: https://git.openjdk.org/jdk/pull/24187/files/51a5df91..cd029a9a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24187&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24187&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24187.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24187/head:pull/24187

PR: https://git.openjdk.org/jdk/pull/24187


More information about the hotspot-compiler-dev mailing list