RFR: 8290218: AIX build failure by JDK-8289780
Ichiroh Takiguchi
itakiguchi at openjdk.org
Wed Jul 13 17:02:30 UTC 2022
AIX build was failed by following messages:
* For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link:
ld: 0711-317 ERROR: Undefined symbol: collector_func_load
ld: 0711-317 ERROR: Undefined symbol: .collector_func_load
ld: 0711-344 See the loadmap file /home/jdkbld/git/jdk/build/aix-ppc64-server-release/hotspot/variant-server/libjvm/objs/libjvm.loadmap for more information.
In my investigation, [JDK-8289780](https://bugs.openjdk.org/browse/JDK-8289780) affects this issue on src/hotspot/share/prims/forte.cpp.
-------------
Commit messages:
- 8290218: AIX build failure by JDK-8289780
Changes: https://git.openjdk.org/jdk/pull/9482/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9482&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8290218
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/9482.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9482/head:pull/9482
PR: https://git.openjdk.org/jdk/pull/9482
More information about the hotspot-dev
mailing list