Skip to content

Commit

Permalink
Allow experimental options in preinitialized contexts.
Browse files Browse the repository at this point in the history
Adds a flag which allows use of experimental Truffle
context options in preinitialized contexts.

Fixes and closes oracle#10790

Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Feb 27, 2025
1 parent cdb038c commit 08d1a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private static Map<String, String> computeCommonOptions(Map<String, String> opti
null,
false,
false,
false,
Boolean.getBoolean("polyglot.image-build-time.PreinitializeAllowExperimentalOptions"),
null,
Collections.emptyMap(),
Collections.emptySet(),
Expand Down

0 comments on commit 08d1a9e

Please sign in to comment.