Skip to content

Commit

Permalink
Native image opts: remove unnecessary, lock experimental opts again a…
Browse files Browse the repository at this point in the history
…fter using -H:-TruffleCheckFrameImplementation
  • Loading branch information
steve-s committed Feb 11, 2024
1 parent 62981ca commit 00bb9c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Args = -H:+UnlockExperimentalVMOptions \
-H:MaxRuntimeCompileMethods=20000 \
Args = -H:MaxRuntimeCompileMethods=20000 \
--initialize-at-build-time=com.oracle.truffle.r \
-H:+UnlockExperimentalVMOptions \
-H:-TruffleCheckFrameImplementation \
-H:EnableURLProtocols=http,ftp,https \
-H:-UnlockExperimentalVMOptions \
--initialize-at-run-time=java.awt,sun.awt,javax.imageio,com.sun.imageio,sun.java2d,sun.font,org.apache.batik,org.ietf.jgss,org.rosuda.javaGD
2 changes: 1 addition & 1 deletion mx.fastr/native-image.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file contains native-image arguments needed to build fastr
Requires = language:nfi language:llvm language:antlr4 language:xz
Args = -H:+UnlockExperimentalVMOptions -H:-UseServiceLoaderFeature
Args = -H:+UnlockExperimentalVMOptions -H:-UseServiceLoaderFeature -H:-UnlockExperimentalVMOptions
ExcludeFromAll=true

0 comments on commit 00bb9c8

Please sign in to comment.