Skip to content

Commit 3d6edd0

Browse files
committed
[GR-25078] Enable exit handlers in native images for launchers.
PullRequest: graal/6799
2 parents 6099530 + bdd4f64 commit 3d6edd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/mx.sdk/mx_sdk_vm_impl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,8 @@ def contents(self):
12631263

12641264
build_args += [
12651265
'--features=org.graalvm.home.HomeFinderFeature',
1266-
'-Dorg.graalvm.launcher.relative.home=' + relpath(graalvm_image_destination, graalvm_home)
1266+
'-Dorg.graalvm.launcher.relative.home=' + relpath(graalvm_image_destination, graalvm_home),
1267+
'--install-exit-handlers'
12671268
]
12681269

12691270
for language, path in sorted(image_config.relative_home_paths.items()):

0 commit comments

Comments
 (0)