RFR(XS): 8156929: [aix] Add missing includes.
David Holmes
david.holmes at oracle.com
Fri May 13 12:33:57 UTC 2016
On 13/05/2016 10:30 PM, David Holmes wrote:
> Hi Goetz,
>
> On 13/05/2016 9:52 PM, Lindenmaier, Goetz wrote:
>> Hi,
>>
>> The aix build fails due to two missing includes.
>
> How did this suddenly come about? This is shared code but we have no
> issues on any other platform - with or without precompiled headers ??
In mutex.cpp there is no aix version of
#ifdef TARGET_OS_FAMILY_linux
# include "mutex_linux.inline.hpp"
#endif
is that why this is missing?
And in g1HeapSizing.cpp all we have is:
25 #include "precompiled.hpp"
26 #include "gc/g1/g1HeapSizingPolicy.hpp"
27 #include "memory/allocation.inline.hpp"
28
29 G1HeapSizingPolicy* G1HeapSizingPolicy::create(const G1CollectedHeap*
g1, const G1Analytics* analytics) {
30 return new G1HeapSizingPolicy(g1, analytics);
31 }
which definition is coming from the missing include ??
David
-----
>> I please need a review and a sponsor.
>>
>> http://cr.openjdk.java.net/~goetz/wr16/8156929-aixIncludes/webrev.01/
>
> The hs forest is closed for pushes at the moment.
>
> David
>
>> Best regards,
>> Goetz.
>>
>>
More information about the hotspot-runtime-dev
mailing list