On Wed, 17 Mar 2021 23:42:46 GMT, Alex Menkov <amen...@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