-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b09
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8316091 | 21.0.2 | Andreas Steiner | P4 | Resolved | Fixed | b02 |
In the AIX make we use /bin/nm at some places in the build.
But it is used without parameters and this leads to the following error :
/bin/nm ./hotspot/variant-server/libjvm/objs/ad_ppc.o
0654-210 ./hotspot/variant-server/libjvm/objs/ad_ppc.o is not valid in the current object file mode.
Use the -X option to specify the desired object mode.
The nm tool needs the additional command line option -X64 .
But it is used without parameters and this leads to the following error :
/bin/nm ./hotspot/variant-server/libjvm/objs/ad_ppc.o
0654-210 ./hotspot/variant-server/libjvm/objs/ad_ppc.o is not valid in the current object file mode.
Use the -X option to specify the desired object mode.
The nm tool needs the additional command line option -X64 .
- backported by
-
JDK-8316091 /bin/nm usage in AIX makes needs -X64 flag
- Resolved
- relates to
-
JDK-8313244 NM flags handling in configure process
- Resolved
- links to
-
Commit openjdk/jdk21u/d99b62b6
-
Commit openjdk/jdk/44576a7c
-
Review openjdk/jdk21u/145
-
Review openjdk/jdk/15036
(1 links to)