Integrated: 8262083: vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/TestDescription.java failed with "No notification: event JVMTI_EVENT_FRAME_POP (61)"

Alex Menkov amenkov at openjdk.java.net
Fri Mar 19 20:16:40 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

This pull request has now been integrated.

Changeset: 6737135b
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6737135b
Stats:     35 lines in 2 files changed: 15 ins; 11 del; 9 mod

8262083: vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/TestDescription.java failed with "No notification: event JVMTI_EVENT_FRAME_POP (61)"

Reviewed-by: lmesnik, cjplummer

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

PR: https://git.openjdk.java.net/jdk/pull/3060


More information about the serviceability-dev mailing list