Skip to content

Commit ac58f52

Browse files
committed
[GR-47923] Clean up Native Image config files and options.
PullRequest: js/2893
2 parents fcb6aea + f3994b0 commit ac58f52

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ local ci = import '../ci.jsonnet';
3939
local nativeImageSmokeTest = checkoutJsBenchmarks + {
4040
suiteimports+:: ['substratevm'],
4141
nativeimages+:: ['lib:jsvm'],
42-
extraimagebuilderarguments+:: ['-H:+TruffleCheckBlockListMethods', '-H:+ReportExceptionStackTraces'],
42+
extraimagebuilderarguments+:: ['-H:+ReportExceptionStackTraces'],
4343
run+: [
4444
['mx', 'build'],
4545
['set-export', 'GRAALVM_HOME', ['mx', '--quiet', 'graalvm-home']],

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def is_included(path):
412412
launchers=['bin/<exe:js>'],
413413
jar_distributions=['graal-js:GRAALJS_LAUNCHER'],
414414
main_class='com.oracle.truffle.js.shell.JSLauncher',
415-
build_args=['-H:+TruffleCheckBlockListMethods'],
415+
build_args=[],
416416
build_args_enterprise=[
417417
'-H:+AuxiliaryEngineCache',
418418
'-H:ReservedAuxiliaryImageBytes=2145482548',

graal-nodejs/mx.graal-nodejs/graal-nodejs-native-image.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ Requires = language:js
22

33
Args = -H:MaxRuntimeCompileMethods=500 \
44
-H:+ReportExceptionStackTraces \
5-
-H:JNIConfigurationResources=svmnodejs.jniconfig \
6-
-H:ReflectionConfigurationResources=svmnodejs.reflectconfig \
75
--initialize-at-build-time=com.oracle.truffle.trufflenode

graal-nodejs/mx.graal-nodejs/native-image.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ JavaArgs = -Dpolyglot.engine.PreinitializeContexts=js \
1212
-Dpolyglot.js.syntax-extensions=false
1313

1414
Args = -H:MaxRuntimeCompileMethods=500 \
15-
-H:Kind=SHARED_LIBRARY \
16-
-H:+MultiThreaded
15+
--shared

0 commit comments

Comments
 (0)