History log of /openjdk9/hotspot/src/share/vm/gc/g1/g1EvacStats.hpp
Revision Date Author Comments
# 10402:bab3650ec5e6 02-Mar-2016 tschatzl

8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
Summary: Improve PLAB statistic by adding generation, output values are now in bytes, including units, and split it into multiple messages.
Reviewed-by: brutisso, sjohanss


# 9518:8b225463c1af 18-Nov-2015 coleenp

8141570: Fix Zero interpreter build for --disable-precompiled-headers
Summary: change to include atomic.inline.hpp and allocation.inline.hpp only in .cpp files and some build fixes from Kim to build on ubuntu without devkits
Reviewed-by: kbarrett, sgehwolf, erikj


# 8867:8e371a1ba7df 19-Aug-2015 tschatzl

8073013: Add detailed information about PLAB memory usage
Summary: Track and provide information about direct allocation, region end waste and failure waste for G1.
Reviewed-by: jmasa, david, ehelin, mgerdin