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 29c9c1e commit 80dd9efCopy full SHA for 80dd9ef
sdk/mx.sdk/mx_sdk_vm_impl.py
@@ -126,9 +126,8 @@ def svm_experimental_options(experimental_options):
126
'--features=org.graalvm.launcher.PolyglotLauncherFeature',
127
'--tool:all',
128
] + svm_experimental_options(['-H:-ParseRuntimeOptions']),
129
- extra_jvm_args=[
130
- '--enable-native-access=org.graalvm.shadowed.jline',
131
- ],
+ # No need to pass --enable-native-access=org.graalvm.shadowed.jline, because the polyglot bash launcher
+ # script adds JLine to class-path, not module-path, so we do not need to enable native access
132
is_main_launcher=True,
133
default_symlinks=True,
134
is_sdk_launcher=True,
0 commit comments