Skip to content

Commit 9ac2a05

Browse files
committed
[GR-48259] AddAllCharsets is necessary for org.jcodings.Encoding#getCharset()
* Until we remove all usages of it.
1 parent 16fb23f commit 9ac2a05

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: mx.truffleruby/native-image.properties

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# This file contains native-image arguments needed to build truffleruby
2-
#
32

43
Requires = language:nfi language:llvm language:regex
54

6-
Args = -H:+AddAllCharsets
7-
85
JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=ruby
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file contains native-image arguments needed to build truffleruby
2-
#
2+
33
Args = -H:MaxRuntimeCompileMethods=5400 \
4+
-H:+AddAllCharsets \
45
--initialize-at-build-time=org.truffleruby,org.jcodings,org.joni,org.yarp

0 commit comments

Comments
 (0)