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

Leonid Mesnik lmesnik at openjdk.java.net
Thu Mar 18 01:45:50 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

The fix is good. Might be it is needed to comment why the SetEventNotification on a single thread is not used.

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

Marked as reviewed by lmesnik (Committer).

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


More information about the serviceability-dev mailing list