Skip to content

Commit a437a79

Browse files
committed
[GR-32154] --engine.InstrumentExceptionsAreThrown=true is default now, no need to set it
1 parent b0a0fdb commit a437a79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/launcher/java/org/truffleruby/launcher/RubyLauncher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ protected List<String> preprocessArguments(List<String> args, Map<String, String
6969
polyglotOptions.put(OptionsCatalog.LAUNCHER.getName(), launcher);
7070
}
7171

72-
// Instrumentation should not swallow exceptions, especially exceptions from Truffle safepoints (GR-32154)
73-
polyglotOptions.put("engine.InstrumentExceptionsAreThrown", "true");
7472
// TruffleRuby is never distributed without the GraalVM compiler, so this warning is not necessary
7573
polyglotOptions.put("engine.WarnInterpreterOnly", "false");
7674

0 commit comments

Comments
 (0)