RFR: 8273909: vmTestbase/nsk/jdi/Event/request/request001 can still fail with "ERROR: new event is not ThreadStartEvent"
Chris Plummer
cjplummer at openjdk.java.net
Fri Sep 17 21:37:53 UTC 2021
On Fri, 17 Sep 2021 20:07:13 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> The changes fixes discovered issues with getEventSetForThreadStartDeath method and its callers:
> - getEventSetForThreadStartDeath must resume suspended thread(s), otherwise it can never get desired event;
> - callers should not call addCountFilter;
> also simplifies getEventSetForThreadStartDeath.
Looks good, and the request001 now passes in loom with the changes.
-------------
Marked as reviewed by cjplummer (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5567
More information about the serviceability-dev
mailing list