diff --git a/mx.fastr/native-image.properties b/mx.fastr/native-image.properties index 6492fca91d..03bbb27a52 100644 --- a/mx.fastr/native-image.properties +++ b/mx.fastr/native-image.properties @@ -16,6 +16,6 @@ Args = -H:MaxRuntimeCompileMethods=20000 \ -H:+TruffleCheckBlackListedMethods \ -H:EnableURLProtocols=http,ftp,https \ -H:-UseServiceLoaderFeature \ - --initialize-at-run-time="sun.awt.dnd.SunDropTargetContextPeer\$EventDispatcher,sun.font.FreetypeFontScaler" + --initialize-at-run-time=sun.awt,sun.font,sun.java2d,java.awt,com.sun,javax.imageio ExcludeFromAll=true