Other |
---|
openjdk8u242 teamFixed |
Relates :
|
|
Relates :
|
There is a nice gotcha when dealing with low latency workloads. The safepoint cleanup does lots of things, notably rotating the GC logs in 8 (fixed by transition to Unified Logging in 9+, see JDK-8145092). Those things are normally caught by -XX:+TraceSafepointCleanupTime, but not gc log rotation, since it misses the tracing statement. We should consider adding the tracing there.
|