guys. In my case, I guess gc log rotating cause a long pause safepoint almost 10s.And I find we can print gc log rotating cost in JDK8u242+ with UseGCLogFileRotation Flags:https://bugs.openjdk.org/browse/JDK-8231398?jql=text%20~%20%22GC%20log%20rotation%22%20ORDER%20BY%20created%20DESC%2C%20affectedVersion%20DESC
But in openJDK11, the UseGCLogFileRotation flag had been removed, and I try logging=trace not to affect. How to print the details for log rotating cost in openJDK11 now (with xlog options)?