Skip to content

Commit 5499757

Browse files
committed
[GR-13445] [GR-16616] Adopt the new property for pre-initialization.
PullRequest: graalpython/554
2 parents 4d95bc5 + 93c930c commit 5499757

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/.checkstyle_checks.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<property name="format" value="^[_a-zA-Z][_a-zA-Z0-9]*$"/>
3535
</module>
3636
<module name="RedundantImport"/>
37+
<module name="UnusedImports"/>
3738
<module name="LineLength">
3839
<property name="max" value="300"/>
3940
</module>

mx.graalpython/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Requires = language:regex language:llvm
55

6-
JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
6+
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
77

88
Args = -H:MaxRuntimeCompileMethods=7000 \
99
-H:+AddAllCharsets \

0 commit comments

Comments
 (0)