Integrated: 8273909: vmTestbase/nsk/jdi/Event/request/request001 can still fail with "ERROR: new event is not ThreadStartEvent"
Alex Menkov
amenkov at openjdk.java.net
Mon Sep 20 20:21: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.
This pull request has now been integrated.
Changeset: 5fde4b64
Author: Alex Menkov <amenkov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/5fde4b64e25a3b3a4c01c57064624b9f930a1324
Stats: 23 lines in 4 files changed: 7 ins; 12 del; 4 mod
8273909: vmTestbase/nsk/jdi/Event/request/request001 can still fail with "ERROR: new event is not ThreadStartEvent"
Reviewed-by: cjplummer, sspitsyn
-------------
PR: https://git.openjdk.java.net/jdk/pull/5567
More information about the serviceability-dev
mailing list