The JVMTI Exception event callback spec refers to the `catch_klass` parameter which does not exist anymore. Instead the Exception event callback spec should refer to the `catch_method` and `catch_location` parameters. I treat this as a bug and doubt we need a CSR for this issue.
Testing: N/A ------------- Commit messages: - 8358815: Exception event spec has stale reference to catch_klass parameter Changes: https://git.openjdk.org/jdk/pull/25710/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25710&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8358815 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/25710.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/25710/head:pull/25710 PR: https://git.openjdk.org/jdk/pull/25710