git: openjdk/jdk: master: 8365937: post_method_exit might incorrectly set was_popped_by_exception and value in the middle of stack unwinding

Leonid Mesnik lmesnik at openjdk.org
Thu Sep 4 22:53:39 UTC 2025


Changeset: b7b64bb6
Branch: master
Author:    Leonid Mesnik <lmesnik at openjdk.org>
Date:      2025-09-04 22:35:21 +0000
URL:       https://git.openjdk.org/jdk/commit/b7b64bb6c800b45e32ff37b1b92b5927a3b3fb56

8365937: post_method_exit might incorrectly set was_popped_by_exception and value in the middle of stack unwinding

Reviewed-by: dholmes, pchilanomate

! src/hotspot/share/prims/jvmtiExport.cpp
+ test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/PendingException/TestMethodExitWithPendingException.java
+ test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/PendingException/libTestMethodExitWithPendingException.cpp
+ test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/PoppedByException/TestPoppedByException.java
+ test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/PoppedByException/libTestPoppedByException.cpp



More information about the jdk-changes mailing list