File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ if [ -z "$JAVA_OPTS_SCRIPT" ] ; then
5757 --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED \
5858 --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED \
5959 --add-opens java.base/java.lang=ALL-UNNAMED \
60+ --enable-native-access=ALL-UNNAMED \
6061 -Dpolyglot.engine.WarnInterpreterOnly=false \
6162 -Djava.awt.headless=true \
62- -Dfile.encoding=UTF8 \
63- --illegal-access=deny"
63+ -Dfile.encoding=UTF8"
6464fi
6565
6666if [ $# -gt 0 ] ; then
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ if [ -z "$JAVA_OPTS_SCRIPT" ]; then
7878 --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED \
7979 --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED \
8080 --add-opens java.base/java.lang=ALL-UNNAMED \
81+ --sun-misc-unsafe-memory-access=allow \
82+ --enable-native-access=ALL-UNNAMED \
8183 -Dpolyglot.engine.WarnInterpreterOnly=false \
8284 -Djava.awt.headless=true -Dfile.encoding=UTF8 \
8385 -Djava.util.logging.config.file=config/arcadedb-log.properties"
You can’t perform that action at this time.
0 commit comments