We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb57021 commit 2b56b14Copy full SHA for 2b56b14
som
@@ -376,6 +376,7 @@ TWEAK_INLINING = ['-Dpolyglot.engine.CompilationThreshold=191',
376
JAVA_ARGS = [
377
'-server', '-XX:+UseParallelGC',
378
'-XX:+UseThreadPriorities',
379
+ # '--sun-misc-unsafe-memory-access=allow',
380
'--enable-native-access=org.graalvm.truffle'
381
]
382
@@ -551,6 +552,7 @@ if args.java_args:
551
552
553
flags += [
554
'--module-path=' + ':'.join(MODULE_PATH_ENTRIES),
555
+ # '--upgrade-module-path=' + TRUFFLE_DIR + '/truffle/mxbuild/dists/truffle-api.jar',
556
'--upgrade-module-path=' + LIBGRAAL_JAR
557
558
0 commit comments