-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
In publish0(), flush0() and flushAndClose() methods of StreamHandler we read multiple times from volatile writer. The access number can be reduced by reading the field into local variable once.