Integrated: 8204541: Correctly support AIX xlC 16.1 symbol visibility flags
Ichiroh Takiguchi
itakiguchi at openjdk.java.net
Sat Mar 19 04:46:34 UTC 2022
On Fri, 18 Mar 2022 01:50:56 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:
> This change is just for AIX platform with IBM XL C/C++ 16.1.
> By this change, lib's entry points are reduced by compilation and linkage option changes.
>
> Without changes:
>
> $ dump -X32_64 -Tv lib/libawt.so | grep EXP | wc
> 914
>
> With changes
>
> $ dump -X32_64 -Tv lib/libawt.so | grep EXP | wc
> 142
This pull request has now been integrated.
Changeset: 0c3094c8
Author: Ichiroh Takiguchi <itakiguchi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0c3094c8186b4d53e8bad80e2369fc7b9ae9e201
Stats: 11 lines in 3 files changed: 6 ins; 2 del; 3 mod
8204541: Correctly support AIX xlC 16.1 symbol visibility flags
Reviewed-by: ihse, stuefe
-------------
PR: https://git.openjdk.java.net/jdk/pull/7862
More information about the build-dev
mailing list