Skip to content

Commit e281225

Browse files
committed
[GR-26858] Removing the usages of the removed Truffle options.
PullRequest: js/1727
2 parents 749145e + 3722ced commit e281225

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ local common = import '../common.jsonnet';
4545

4646
local interopJmhBenchmarks = common.buildCompiler + {
4747
run+: [
48-
['mx', '--dynamicimports', '/compiler', '--kill-with-sigquit', 'benchmark', '--results-file', 'bench-results.json', 'js-interop-jmh:JS_INTEROP_MICRO_BENCHMARKS', '--', '-Dgraal.TraceTruffleCompilation=true'],
48+
['mx', '--dynamicimports', '/compiler', '--kill-with-sigquit', 'benchmark', '--results-file', 'bench-results.json', 'js-interop-jmh:JS_INTEROP_MICRO_BENCHMARKS', '--', '-Dpolyglot.engine.TraceCompilation=true'],
4949
['bench-uploader.py', 'bench-results.json'],
5050
],
5151
timelimit: '30:00',

graal-nodejs/deps/v8/src/graal/graal_isolate.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ v8::Isolate* GraalIsolate::New(v8::Isolate::CreateParams const& params, v8::Isol
408408
options.push_back({const_cast<char*>(debugParam.c_str()), nullptr});
409409
}
410410
options.push_back({const_cast<char*>("-Dtruffle.node.js.verbose=true"), nullptr});
411-
options.push_back({const_cast<char*>("-Dgraal.TruffleCompilationExceptionsArePrinted=true"), nullptr});
412411
#endif
413412

414413
const char* no_spawn_options = "NODE_JVM_OPTIONS_NO_SPAWN";

0 commit comments

Comments
 (0)