RFR(XS): 8156929: [aix] Add missing includes.

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Fri May 13 13:09:11 UTC 2016


Hi,

I had problems with the dbg build (didn't try opt) and without precompiled headers.

> In mutex.cpp there is no aix version of
> 
>   #ifdef TARGET_OS_FAMILY_linux
>   # include "mutex_linux.inline.hpp"
>   #endif
Yes, but that file is empty.  They should be removed.
And mutex.cpp should be self-contained with its includes.

> which definition is coming from the missing include ??
The new operator.

Best regards,
  Goetz.





More information about the hotspot-runtime-dev mailing list