-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
-
master
java/util/logging/ParentLoggersTest.java has been observed failing intermittently - nut rarely - in the loom repo.
After inspection of the code Logger::doSetParent was found to do multiple read of the volatile `parent` field. After changing the method to do a single read the test has no longer been observed failing.
After inspection of the code Logger::doSetParent was found to do multiple read of the volatile `parent` field. After changing the method to do a single read the test has no longer been observed failing.
- links to
-
Commit(master)
openjdk/jdk/ef345e78
-
Review(master)
openjdk/jdk/29634