RFR: 8346460: NotifyFramePop should return JVMTI_ERROR_DUPLICATE [v3]
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Dec 19 04:46:12 UTC 2024
> 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
Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
review: added NotifyFramePop test case to check JVMTI_ERROR_DUPLICATE is returned
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22798/files
- new: https://git.openjdk.org/jdk/pull/22798/files/4106c10a..defa6206
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22798&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22798&range=01-02
Stats: 17 lines in 1 file changed: 11 ins; 3 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/22798.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22798/head:pull/22798
PR: https://git.openjdk.org/jdk/pull/22798
More information about the hotspot-dev
mailing list