Skip to content

Commit

Permalink
Skip jshell console provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wimmer committed Jul 12, 2023
1 parent a5b0f8c commit f51c7c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ public static class Options {
private static final Set<String> SKIPPED_PROVIDERS = Set.of(
/* Graal hotspot-specific service-providers */
"org.graalvm.compiler.hotspot.meta.HotSpotDisassemblerProvider",
/* Skip jline console provider until GR-44085 is fixed */
"jdk.internal.org.jline.JdkConsoleProviderImpl");
/* Skip console providers until GR-44085 is fixed */
"jdk.internal.org.jline.JdkConsoleProviderImpl", "jdk.jshell.execution.impl.ConsoleImpl$ConsoleProviderImpl");

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

Expand Down

0 comments on commit f51c7c3

Please sign in to comment.