On Wed, 13 Jul 2022 16:55:38 GMT, Ichiroh Takiguchi <itakigu...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 5d588eda Author: Ichiroh Takiguchi <itakigu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5d588eda97aeab0c8fda6ad8d332d6a4cae31b05 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8290218: AIX build failure by JDK-8289780 Reviewed-by: iklam, stuefe ------------- PR: https://git.openjdk.org/jdk/pull/9482