Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063348 | 8u45 | Markus Grönlund | P3 | Resolved | Fixed | b01 |
JDK-8061206 | 8u40 | Markus Grönlund | P3 | Resolved | Fixed | b11 |
JDK-8071084 | emb-8u47 | Markus Grönlund | P3 | Resolved | Fixed | team |
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 \
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 \
- backported by
-
JDK-8061206 Exclude AIX from VS.NET make/windows/projectcreator.make
-
- Resolved
-
-
JDK-8063348 Exclude AIX from VS.NET make/windows/projectcreator.make
-
- Resolved
-
-
JDK-8071084 Exclude AIX from VS.NET make/windows/projectcreator.make
-
- Resolved
-