RFR: 8285032: [LOOM] vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008/ fails with "eventSet.suspendPolicy() != policyExpected" [v2]

Chris Plummer cjplummer at openjdk.java.net
Tue Apr 26 19:25:45 UTC 2022


On Tue, 26 Apr 2022 18:13:40 GMT, Serguei Spitsyn <sspitsyn at 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


More information about the serviceability-dev mailing list