Integrated: 8346460: NotifyFramePop should return JVMTI_ERROR_DUPLICATE

Serguei Spitsyn sspitsyn at openjdk.org
Thu Jan 9 12:05:45 UTC 2025


On Tue, 17 Dec 2024 21:01:51 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> The JVMTI NotifyFramePop should return JVMTI_ERROR_DUPLICATE in a case the specified FramePop event was already requested. This makes it consistent with the SetBreakpoint which returns the JVMTI_ERROR_DUPLICATE on an attempt to add a breakpoint request that was already requested.
> 
> CSR: [8346460](https://bugs.openjdk.org/browse/JDK-8346460): NotifyFramePop should return JVMTI_ERROR_DUPLICATE
> 
> Testing:
>  - tested with mach5 tiers 1-6

This pull request has now been integrated.

Changeset: 2801bc6b
Author:    Serguei Spitsyn <sspitsyn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2801bc6bf3d5e7eff23be1a7501f7e64dda85f67
Stats:     30 lines in 3 files changed: 19 ins; 6 del; 5 mod

8346460: NotifyFramePop should return JVMTI_ERROR_DUPLICATE

Reviewed-by: cjplummer, amenkov

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

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


More information about the hotspot-dev mailing list