Integrated: 8358815: Exception event spec has stale reference to catch_klass parameter

Serguei Spitsyn sspitsyn at openjdk.org
Wed Jun 11 18:54:33 UTC 2025


On Tue, 10 Jun 2025 07:17:17 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

This pull request has now been integrated.

Changeset: 8f733570
Author:    Serguei Spitsyn <sspitsyn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8f733570040a7d7a24775e72244f47e946af191b
Stats:     6 lines in 1 file changed: 1 ins; 0 del; 5 mod

8358815: Exception event spec has stale reference to catch_klass parameter

Reviewed-by: cjplummer, alanb

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

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


More information about the hotspot-dev mailing list