Skip to content

Commit 33b9a52

Browse files
[GR-38018] Init graphics-related packages in runtime.
PullRequest: fastr/2711
2 parents 8074d2a + 7cf2093 commit 33b9a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.fastr/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Args = -H:MaxRuntimeCompileMethods=20000 \
1616
-H:+TruffleCheckBlackListedMethods \
1717
-H:EnableURLProtocols=http,ftp,https \
1818
-H:-UseServiceLoaderFeature \
19-
--initialize-at-run-time="sun.awt.dnd.SunDropTargetContextPeer\$EventDispatcher,sun.font.FreetypeFontScaler"
19+
--initialize-at-run-time=sun.awt,sun.font,sun.java2d,java.awt,com.sun,javax.imageio
2020

2121
ExcludeFromAll=true

0 commit comments

Comments
 (0)