-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b47
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083172 | emb-9 | Volker Simonis | P4 | Resolved | Fixed | team |
JDK-8086446 | 8u65 | Volker Simonis | P4 | Resolved | Fixed | b01 |
JDK-8076029 | 8u60 | Volker Simonis | P4 | Resolved | Fixed | b09 |
JDK-8137670 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8077461 | emb-8u60 | Volker Simonis | P4 | Resolved | Fixed | team |
It's better to detect missing symbols already at build time.
Also supress the warning "1540-1639 (I) The behavior of long type bit fields has changed from previous releases of this compiler. In 64-bit mode, long type bit fields now default to long, not int."
The warning is only informational (i.e. "(I)") but very annoying because it is printed for the bit-fields in "src/share/vm/services/mallocTracker.hpp" which is included in virtually every compilation unit.
- backported by
-
JDK-8076029 AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
-
- Resolved
-
-
JDK-8077461 AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
-
- Resolved
-
-
JDK-8083172 AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
-
- Resolved
-
-
JDK-8086446 AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
-
- Resolved
-
-
JDK-8137670 AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
-
- Resolved
-
- relates to
-
JDK-8075515 AIX: cleanup xlc options and use -bernotok to detect missing symbols at build time
-
- Resolved
-