On Tue, 26 Apr 2022 18:13:40 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add comment > > test/hotspot/jtreg/vmTestbase/nsk/share/jdi/EventFilters.java line 342: > >> 340: if (event.toString().contains("ForkJoinPool")) >> 341: return true; >> 342: > > As I understand, this is to filter out events for carrier threads. > Is it right? If so, it'd be good to add a short comment to make it clear. Ok. It's fixed now. ------------- PR: https://git.openjdk.java.net/jdk/pull/8350