Skip to content

Commit 2b56b14

Browse files
committed
[Drop] Experiment, not sure whether we can keep that
Signed-off-by: Stefan Marr <[email protected]>
1 parent cb57021 commit 2b56b14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

som

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ TWEAK_INLINING = ['-Dpolyglot.engine.CompilationThreshold=191',
376376
JAVA_ARGS = [
377377
'-server', '-XX:+UseParallelGC',
378378
'-XX:+UseThreadPriorities',
379+
# '--sun-misc-unsafe-memory-access=allow',
379380
'--enable-native-access=org.graalvm.truffle'
380381
]
381382

@@ -551,6 +552,7 @@ if args.java_args:
551552

552553
flags += [
553554
'--module-path=' + ':'.join(MODULE_PATH_ENTRIES),
555+
# '--upgrade-module-path=' + TRUFFLE_DIR + '/truffle/mxbuild/dists/truffle-api.jar',
554556
'--upgrade-module-path=' + LIBGRAAL_JAR
555557
]
556558

0 commit comments

Comments
 (0)