Skip to content

Commit f375678

Browse files
committed
[GR-40641] Dynamic linking of AWT libraries on Linux.
PullRequest: graal/13047
2 parents efd157b + 6c87bcd commit f375678

File tree

9 files changed

+126
-1303
lines changed

9 files changed

+126
-1303
lines changed

substratevm/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This changelog summarizes major changes to GraalVM Native Image.
2222
* (GR-44216) Native Image is now shipped as part of the GraalVM JDK and thus no longer needs to be installed via `gu install native-image`.
2323
* (GR-44105) A warning is displayed when trying to generate debug info on macOS since that is not supported. It is now an error to use `-H:+StripDebugInfo` on macOS or `-H:-StripDebugInfo` on Windows since those values are not supported.
2424
* (GR-43966) Remove analysis options -H:AnalysisStatisticsFile and -H:ImageBuildStatisticsFile. Output files are now written to fixed subdirectories relative to image location (reports/image_build_statistics.json).
25+
* (GR-40641) Dynamic linking of AWT libraries on Linux.
2526

2627
## Version 22.3.0
2728
* (GR-35721) Remove old build output style and the `-H:±BuildOutputUseNewStyle` option.

substratevm/mx.substratevm/suite.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,6 @@
282282
"jdk.internal.reflect",
283283
"jdk.internal.util",
284284
],
285-
"java.desktop": [
286-
"sun.java2d",
287-
"sun.java2d.pipe",
288-
],
289285
"java.management": [
290286
"com.sun.jmx.mbeanserver",
291287
"sun.management",
@@ -610,7 +606,6 @@
610606
"com.oracle.graal.reachability"
611607
],
612608
"requires" : [
613-
"java.desktop",
614609
"java.instrument",
615610
"java.security.sasl",
616611
"java.smartcardio",
@@ -1342,7 +1337,6 @@
13421337
"java.management",
13431338
"jdk.management",
13441339
"java.xml.crypto",
1345-
"java.desktop",
13461340
"java.security.sasl",
13471341
"java.smartcardio",
13481342
"java.net.http",

0 commit comments

Comments
 (0)