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 b651c95 commit 09c9fa9Copy full SHA for 09c9fa9
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/ServiceLoaderFeature.java
@@ -113,8 +113,8 @@ public static class Options {
113
private static final Set<String> SKIPPED_PROVIDERS = Set.of(
114
/* Graal hotspot-specific service-providers */
115
"org.graalvm.compiler.hotspot.meta.HotSpotDisassemblerProvider",
116
- /* Skip jline console provider until GR-44085 is fixed */
117
- "jdk.internal.org.jline.JdkConsoleProviderImpl");
+ /* Skip console providers until GR-44085 is fixed */
+ "jdk.internal.org.jline.JdkConsoleProviderImpl", "jdk.jshell.execution.impl.ConsoleImpl$ConsoleProviderImpl");
118
119
private final Set<String> serviceProvidersToSkip = new HashSet<>(SKIPPED_PROVIDERS);
120
0 commit comments