Skip to content

Commit 2bc43ca

Browse files
committed
only check blacklisted methods in our launcher
1 parent 23496eb commit 2bc43ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
12441244
destination='bin/<exe:graalpython>',
12451245
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER'],
12461246
main_class='com.oracle.graal.python.shell.GraalPythonMain',
1247-
build_args=[],
1247+
build_args=['-H:+TruffleCheckBlackListedMethods'],
12481248
language='python',
12491249
)
12501250
],

mx.graalpython/native-image.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
77

88
Args = -H:MaxRuntimeCompileMethods=7000 \
99
-H:+AddAllCharsets \
10-
-H:+TruffleCheckBlackListedMethods \
1110
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,org.antlr.v4,jline,org.fusesource \
1211
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json

0 commit comments

Comments
 (0)