RFR (S/M): 8164936: G1 age table printout contains contents from previous GC

Thomas Schatzl thomas.schatzl at oracle.com
Tue Aug 30 14:48:02 UTC 2016


Hi all,

  can I have reviews for this change that fixes the age table output
for the g1 collector, where the data printed is always the age data for
the previous gc?

The fix is as suggested in the CR, splitting computation of the new
tenuring threshold and printing the age table information.

(The majority of the change is the new test which is very
straightforward)

CR:
https://bugs.openjdk.java.net/browse/JDK-8164936
Webrev:
http://cr.openjdk.java.net/~tschatzl/8164936/webrev/
Testing:
jprt, test case, local testing with some applications

Thanks,
  Thomas



More information about the hotspot-gc-dev mailing list