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

Daniel Fuchs dfuchs at openjdk.java.net
Mon Apr 25 13:56:04 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8382/files
  - new: https://git.openjdk.java.net/jdk/pull/8382/files/0e7d60cb..191fa7ab

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8382&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8382&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8382.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8382/head:pull/8382

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


More information about the core-libs-dev mailing list