-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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.