Skip to content

Commit 8ff131e

Browse files
committed
[GR-65015] Prepare bouncycastle for initialization at runtime
PullRequest: graalpython/3817
2 parents 4a25dcd + c72d002 commit 8ff131e

File tree

7 files changed

+2985
-164
lines changed

7 files changed

+2985
-164
lines changed

graalpython/com.oracle.graal.python/src/META-INF/native-image/org.graalvm.python/python-language/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Args = -H:MaxRuntimeCompileMethods=20000 \
33
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,jline,org.fusesource \
44
--features=com.oracle.graal.python.BouncyCastleFeature \
5-
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
5+
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
66
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED

0 commit comments

Comments
 (0)