-
Enhancement
-
Resolution: Fixed
-
P3
-
7, 8
-
team
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8233931 | openjdk8u242 | Aleksey Shipilev | P3 | Resolved | Fixed | master |
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.
We should consider adding the tracing there.
- backported by
-
JDK-8233931 Add time tracing for gc log rotation at safepoint cleanup
- Resolved
- relates to
-
JDK-8145092 Use Unified Logging for the GC logging
- Resolved
-
JDK-6941923 RFE: Handling large log files produced by long running Java Applications
- Closed