Skip to content

Commit 6ebfdc6

Browse files
committed
[GR-15467] Update native-image properties.
PullRequest: graalpython/505
2 parents b32c301 + 461639f commit 6ebfdc6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mx.graalpython/native-image.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ LauncherClassPath = lib/graalvm/launcher-common.jar:lib/graalvm/graalpython-laun
1111
JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
1212

1313
Args = -H:MaxRuntimeCompileMethods=7000 \
14+
-H:+AddAllCharsets \
15+
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,org.antlr.v4,jline,org.fusesource \
1416
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
},
4545
{
4646
"name": "sulong",
47-
"version": "636e1ca4fa50df0b7741aa1e1e12f474bee3dd5a",
47+
"version": "87c4ce8eabe466ce13adb10a1bf527b8dc1e8c3b",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
]
5252
},
5353
{
5454
"name": "regex",
55-
"version": "636e1ca4fa50df0b7741aa1e1e12f474bee3dd5a",
55+
"version": "87c4ce8eabe466ce13adb10a1bf527b8dc1e8c3b",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)