JDK-8035650 : Exclude AIX from VS.NET make/windows/projectcreator.make
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2014-02-24
  • Updated: 2015-01-21
  • Resolved: 2014-02-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u40Fixed 9 b04Fixed
Description
Manifestations on VS.NET compilations:

Add directive to 'precompiled.hpp' or rebuild precompiled header
1>..\..\src\os\aix\vm\os_aix.cpp(107): warning C4627: '#include <sys/systemcfg.h>': skipped when looking for precompiled header use
1>          Add directive to 'precompiled.hpp' or rebuild precompiled header
1>..\..\src\os\aix\vm\os_aix.cpp(108): warning C4627: '#include <sys/time.h>': skipped when looking for precompiled header use
....


Fix by:

+  -ignorePath aix \
Comments
One would have hoped that you would only need to include src/os/windows rather than exclude every other os individually. :(
24-02-2014