Skip to content

Commit 09c9fa9

Browse files
author
Christian Wimmer
committed
Skip jshell console provider
1 parent b651c95 commit 09c9fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/ServiceLoaderFeature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ public static class Options {
113113
private static final Set<String> SKIPPED_PROVIDERS = Set.of(
114114
/* Graal hotspot-specific service-providers */
115115
"org.graalvm.compiler.hotspot.meta.HotSpotDisassemblerProvider",
116-
/* Skip jline console provider until GR-44085 is fixed */
117-
"jdk.internal.org.jline.JdkConsoleProviderImpl");
116+
/* Skip console providers until GR-44085 is fixed */
117+
"jdk.internal.org.jline.JdkConsoleProviderImpl", "jdk.jshell.execution.impl.ConsoleImpl$ConsoleProviderImpl");
118118

119119
private final Set<String> serviceProvidersToSkip = new HashSet<>(SKIPPED_PROVIDERS);
120120

0 commit comments

Comments
 (0)