RFR 8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy

Christian Thalinger christian.thalinger at oracle.com
Tue Apr 19 20:38:26 UTC 2016


> On Apr 19, 2016, at 10:03 AM, Coleen Phillimore <coleen.phillimore at oracle.com> wrote:
> 
> BTW, I'm not on hotspot-gc-dev.  Can you include me in replies (like Chris did).
> 
> On 4/19/16 3:31 PM, Christian Thalinger wrote:
>>> On Apr 19, 2016, at 8:29 AM, Coleen Phillimore <coleen.phillimore at oracle.com> wrote:
>>> 
>>> 
>>> diff --git a/src/share/vm/gc/g1/g1EvacStats.cpp b/src/share/vm/gc/g1/g1EvacStats.cpp
>>> --- a/src/share/vm/gc/g1/g1EvacStats.cpp
>>> +++ b/src/share/vm/gc/g1/g1EvacStats.cpp
>>> @@ -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"
>>> 
>>> Zero build took two hours on linux x64, because I think the newly built Zero interpreter is used to make .jmod files.
>> Fun :-)
> 
> Maybe it's not so bad on a faster machine.   :)

Btw. count this as reviewed.

> 
> Coleen
> 
>> 
>>>  But it finally builds with this change.
>>> 
>>> Thanks,
>>> Coleen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20160419/a9f6e96a/attachment.htm>


More information about the hotspot-gc-dev mailing list