Skip to content

Commit df46f18

Browse files
committed
Set monitoring features explicitly for launchers.
1 parent ad2776b commit df46f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mx.sdk/mx_sdk_vm_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ def contents(self):
12711271
if isinstance(image_config, mx_sdk.LauncherConfig) or (isinstance(image_config, mx_sdk.LanguageLibraryConfig) and image_config.launchers):
12721272
build_args += [
12731273
'--install-exit-handlers',
1274-
'--enable-monitoring',
1274+
'--enable-monitoring=jvmstat,heapdump,jfr',
12751275
'-H:+DumpRuntimeCompilationOnSignal',
12761276
]
12771277

0 commit comments

Comments
 (0)