OpenJDK / jdk / jdk
changeset 37997:db6541410dfb
8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy
Reviewed-by: twisti
author | coleenp |
---|---|
date | Thu, 21 Apr 2016 02:58:04 -0400 |
parents | c851f9ab9816 |
children | daf6ed16c5db |
files | hotspot/src/share/vm/gc/g1/g1EvacStats.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/gc/g1/g1EvacStats.cpp Mon Apr 18 11:30:12 2016 +0200 +++ b/hotspot/src/share/vm/gc/g1/g1EvacStats.cpp Thu Apr 21 02:58:04 2016 -0400 @@ -24,6 +24,7 @@ #include "precompiled.hpp" #include "memory/allocation.inline.hpp" +#include "gc/g1/g1_globals.hpp" #include "gc/g1/g1EvacStats.hpp" #include "gc/shared/gcId.hpp" #include "logging/log.hpp"