On Tue, 29 Aug 2023 23:37:06 GMT, Jiangli Zhou <jian...@openjdk.org> wrote:
> Please review this simple change from @cjmoon1 for resolving static linking > issue caused by multiple definition of 'normalize'. @cjmoon1's branch can be > found at: > https://github.com/openjdk/jdk/compare/master...cjmoon1:jdk:fix_normalize. > > The change incorporated suggestions from both @sspitsyn and myself: > > - > https://bugs.openjdk.org/browse/JDK-8313277?focusedCommentId=14604187&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14604187 > - > https://bugs.openjdk.org/browse/JDK-8313277?focusedCommentId=14604187&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14604187 This pull request has now been integrated. Changeset: 455c471e Author: Jiangli Zhou <jian...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/455c471ee36e26dd1ece61c615b8421d65359d5d Stats: 4 lines in 4 files changed: 0 ins; 0 del; 4 mod 8313277: Resolve multiple definition of 'normalize' when statically linking JDK native libraries with user code Co-authored-by: Chris Moon <cjm...@google.com> Reviewed-by: dholmes, stuefe, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/15477