RFR: 8313277: Resolve multiple definition of 'normalize' when statically linking JDK native libraries with user code [v2]

Jiangli Zhou jiangli at openjdk.org
Fri Sep 1 21:11:03 UTC 2023


> 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

Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision:

  Update from @cjmoon1 to incorporate @dholmes-ora suggestion: https://github.com/openjdk/jdk/commit/60eebebdcfb15357701d60ca455c0708c34c43af.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/15477/files
  - new: https://git.openjdk.org/jdk/pull/15477/files/8b1d7dec..5138a0b4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15477&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15477&range=00-01

  Stats: 20 lines in 4 files changed: 0 ins; 0 del; 20 mod
  Patch: https://git.openjdk.org/jdk/pull/15477.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15477/head:pull/15477

PR: https://git.openjdk.org/jdk/pull/15477


More information about the serviceability-dev mailing list