commit | 619ec3dd6fff42fb5be1242822c025f1dec600f7 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Wed Mar 02 15:57:48 2016 +0100 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Wed Mar 02 15:57:48 2016 +0100 |
tree | 81f5334e1ae2b416300b8a8807ca135c00178b87 | |
parent | a07ffdd31d077481ad060e86e45070f610dfd324 [diff] |
8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB Improve PLAB statistic by adding generation, output values are now in bytes, including units, and split it into multiple messages. Reviewed-by: brutisso, sjohanss