[jdk17u] RFR: 8304871: Use default visibility for static library builds

Severin Gehwolf sgehwolf at openjdk.org
Thu Mar 30 12:13:24 UTC 2023


Clean, very low risk backport that I'd like to get into OpenJDK `17.0.7` as a critical fix. It's a build change that only affects the static library build (unusual config). Thus, it is a no-op on the regular OpenJDK build with shared libs.

Testing:
- [x] Using the manual reproducer from https://github.com/graalvm/mandrel/issues/487 with a mandrel build using a patched JDK 17. Works with the patch, is broken without it.
- [ ] GHA (in progress)

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

Commit messages:
 - Backport f0dba218ac00c0c577400b4d864ba79a9938aef7

Changes: https://git.openjdk.org/jdk17u/pull/367/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u&pr=367&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8304871
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk17u/pull/367.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u.git pull/367/head:pull/367

PR: https://git.openjdk.org/jdk17u/pull/367


More information about the jdk-updates-dev mailing list