[jdk11u-dev] RFR: 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image

Severin Gehwolf sgehwolf at openjdk.java.net
Tue Jun 29 12:37:23 UTC 2021


This is a Graal VM native-image enable patch. native-image uses static libraries of OpenJDK. For awt libs dynamic symbols shouldn't be used. From a regular, non-static, OpenJDK perspective this should be a no-op. JDK 17 patch applies clean.

Testing: :jdk_desktop tests and linux x86_64 tier 1. No regressions observed.

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

Commit messages:
 - Backport 7977e381ea9185dea063b09b3623accdbb97f560

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/77/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=77&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254024
  Stats: 92 lines in 4 files changed: 81 ins; 0 del; 11 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/77.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/77/head:pull/77

PR: https://git.openjdk.java.net/jdk11u-dev/pull/77


More information about the jdk-updates-dev mailing list