RFR: 8262083: vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/TestDescription.java failed with "No notification: event JVMTI_EVENT_FRAME_POP (61)"
Chris Plummer
cjplummer at openjdk.java.net
Thu Mar 18 21:13:41 UTC 2021
On Wed, 17 Mar 2021 23:42:46 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> The test requests NotifyFrame event from MethodEntry handler expecting that 1st MethodEntry event is generated for main thread.
> The fix adds a check that the thread is correct and skips event from other threads
Changes look good. Don't know why git.diff butchered what should have been a very simple to read diff so much.
-------------
Marked as reviewed by cjplummer (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3060
More information about the serviceability-dev
mailing list