Re: RFR: 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper [v2]

2022-04-25 Thread Alan Bateman
On Mon, 25 Apr 2022 13:56:04 GMT, Daniel Fuchs wrote: >> Hi, >> >> Please find enclosed a patch to fix a rare intermittent failure that was >> detected while testing virtual threads. >> The issue has nothing to do with virtual threads, the test is simply missing >> a reachability fence to make

Re: RFR: 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper [v2]

2022-04-25 Thread Alan Bateman
On Mon, 25 Apr 2022 13:52:38 GMT, Daniel Fuchs wrote: >> Hi, >> >> Please find enclosed a patch to fix a rare intermittent failure that was >> detected while testing virtual threads. >> The issue has nothing to do with virtual threads, the test is simply missing >> a reachability fence to make

Re: RFR: 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper [v2]

2022-04-25 Thread Daniel Fuchs
On Mon, 25 Apr 2022 13:48:47 GMT, Alan Bateman wrote: >> Daniel Fuchs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update copyright year again > > test/jdk/java/util/logging/Logger/logrb/TestLogrbResourceBundle.java line 3: > >> 1: /

Re: RFR: 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper [v2]

2022-04-25 Thread Daniel Fuchs
> Hi, > > Please find enclosed a patch to fix a rare intermittent failure that was > detected while testing virtual threads. > The issue has nothing to do with virtual threads, the test is simply missing > a reachability fence to make sure that the parent logger is not garbage > collected until

RFR: 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper

2022-04-25 Thread Daniel Fuchs
Hi, Please find enclosed a patch to fix a rare intermittent failure that was detected while testing virtual thread. The issue has nothing to do with virtual thread, the test is simply missing a reachability fence to make sure that the parent logger is not garbage collected until its child logge