RFR: 8358815: Exception event spec has stale reference to catch_klass parameter [v2]

Chris Plummer cjplummer at openjdk.org
Tue Jun 10 21:39:27 UTC 2025


On Tue, 10 Jun 2025 21:28:07 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> 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
>
> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review: 1) only check for catch_method != null 2) replace field with parameter

Looks good.

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

Marked as reviewed by cjplummer (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25710#pullrequestreview-2915094367


More information about the hotspot-dev mailing list