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

Alan Bateman alanb at openjdk.java.net
Mon Apr 25 14:01:26 UTC 2022


On Mon, 25 Apr 2022 13:56:04 GMT, Daniel Fuchs <dfuchs at openjdk.org> 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 sure that the parent logger is not garbage collected until its child logger is created.
>> 
>> best regards,
>> 
>> -- daniel
>
> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright year again

Marked as reviewed by alanb (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/8382


More information about the core-libs-dev mailing list