-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b09
-
generic
-
generic
Currently, the gc+heap=info log lines for ParallelGC look as follows:
[11.123s][info][gc,heap ] GC(17) PSYoungGen: 4759616K->1664K(4545536K)
[11.123s][info][gc,heap ] GC(17) ParOldGen: 1280K->1280K(1376256K)
Similarly toJDK-8223575, it will be vey helpful to add size transitions for the young gen sub spaces (at least Eden and From-Space).
While I'm at it, I'll also add the capacity before the GC (again, similar to the change forJDK-8223575) as, in certain situations, it can change during the GC.
[11.123s][info][gc,heap ] GC(17) PSYoungGen: 4759616K->1664K(4545536K)
[11.123s][info][gc,heap ] GC(17) ParOldGen: 1280K->1280K(1376256K)
Similarly to
While I'm at it, I'll also add the capacity before the GC (again, similar to the change for
- blocks
-
JDK-8229120 Intermittent gc/stress/gclocker/TestExcessGCLockerCollections.java test failures
-
- Open
-
- relates to
-
JDK-8223575 add subspace transitions to gc+metaspace=info log lines
-
- Resolved
-
-
JDK-8227224 GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
-
- Resolved
-