We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d4c01 commit c75798dCopy full SHA for c75798d
scripts/bootstrap/compile.sh
@@ -447,6 +447,7 @@ function run_bazel_jar() {
447
-XX:+HeapDumpOnOutOfMemoryError -Xverify:none -Dfile.encoding=ISO-8859-1 \
448
-XX:HeapDumpPath=${OUTPUT_DIR} \
449
-Djava.util.logging.config.file=${OUTPUT_DIR}/javalog.properties \
450
+ --add-opens java.base/java.lang=ALL-UNNAMED \
451
${JNI_FLAGS} \
452
-jar ${ARCHIVE_DIR}/libblaze.jar \
453
--batch \
0 commit comments