-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b06
When initialized during bootstrap, LogDecorations resolves the host name via a uname syscall, which reportedly can have measurable cost on certain platforms. Since the host name decorator is not used by default, lazily initializing the host name string seems reasonable.