[jdk8u-dev] RFR: 8331791: [8u] AIX build break from JDK-8320005 backport [v2]
Suchismith Roy
sroy at openjdk.org
Wed May 8 12:06:00 UTC 2024
On Wed, 8 May 2024 09:46:14 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
>> c1c8064
>> introduces a new call to the macro FREE_C_HEAP_ARRAY
>> but is not using the correct number of arguments.
>> jdk8u FREE_C_HEAP_ARRAY takes 3 arguments
>> JBS-ISSUE: [JDK-8331791](https://bugs.openjdk.org/browse/JDK-8331791)
>
> Suchismith Roy has updated the pull request incrementally with two additional commits since the last revision:
>
> - space
> - Change NULL value
hotspot at p8-java1-hs02:[~/openjdk/suchijdk17/jdk8u-dev] make images
(cd /home/hotspot/openjdk/suchijdk17/jdk8u-dev/make && /opt/freeware/bin/gmake -s VERBOSE="-s" LOG_LEVEL="warn" -R -I /home/hotspot/openjdk/suchijdk17/jdk8u-dev/make/common "SPEC=/home/hotspot/openjdk/suchijdk17/jdk8u-dev/build/aix-ppc64-normal-server-fastdebug/spec.gmk" -j14 -f SourceRevision.gmk create-source-revision-tracker)
Building OpenJDK for target 'images' in configuration 'aix-ppc64-normal-server-fastdebug'
## Starting langtools
## Finished langtools (build time 00:00:00)
## Starting hotspot
gmake[2]: warning: -j1 forced in submake: resetting jobserver mode.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: AIX .debuginfo files will be produced by copying debug object.
INFO: STRIP_POLICY=no_strip
INFO: ZIP_DEBUGINFO_FILES=0
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: AIX .debuginfo files will be produced by copying debug object.
INFO: STRIP_POLICY=no_strip
INFO: ZIP_DEBUGINFO_FILES=0
Rescanned ../generated/adfiles/aix_ppc_64.ad but encountered no changes.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: AIX .debuginfo files will be produced by copying debug object.
INFO: STRIP_POLICY=no_strip
INFO: ZIP_DEBUGINFO_FILES=0
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: AIX .debuginfo files will be produced by copying debug object.
INFO: STRIP_POLICY=no_strip
INFO: ZIP_DEBUGINFO_FILES=0
Linking vm...
ld: 0711-224 WARNING: Duplicate symbol: Hyp_Name
ld: 0711-224 WARNING: Duplicate symbol: __cdtors
ld: 0711-344 See the loadmap file libjvm.loadmap for more information.
All done.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: AIX .debuginfo files will be produced by copying debug object.
INFO: STRIP_POLICY=no_strip
INFO: ZIP_DEBUGINFO_FILES=0
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: AIX .debuginfo files will be produced by copying debug object.
INFO: STRIP_POLICY=no_strip
INFO: ZIP_DEBUGINFO_FILES=0
## Finished hotspot (build time 00:00:45)
## Starting corba
## Finished corba (build time 00:00:00)
## Starting jaxp
## Finished jaxp (build time 00:00:00)
## Starting jaxws
## Finished jaxws (build time 00:00:01)
## Starting jdk
find: bad status-- /home/hotspot/openjdk/suchijdk17/jdk8u-dev/build/aix-ppc64-normal-server-fastdebug/hotspot/dist/lib
## Finished jdk (build time 00:00:24)
## Starting demos
## Finished demos (build time 00:00:01)
## Starting nashorn
## Finished nashorn (build time 00:00:00)
## Starting images
## Finished images (build time 00:00:49)
----- Build times -------
Start 2024-05-08 11:47:10
End 2024-05-08 11:49:12
00:00:00 corba
00:00:01 demos
00:00:45 hotspot
00:00:49 images
00:00:00 jaxp
00:00:01 jaxws
00:00:24 jdk
00:00:00 langtools
00:00:00 nashorn
00:02:02 TOTAL
-------------------------
Finished building OpenJDK for target 'images'
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/494#issuecomment-2100422551
More information about the jdk8u-dev
mailing list