From 6f2aff61af0c09f44f914eab21d0465494d649c3 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Fri, 16 Feb 2024 16:17:13 +0100 Subject: [PATCH] Clean up --- mx.trufflesqueak/mx_trufflesqueak.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mx.trufflesqueak/mx_trufflesqueak.py b/mx.trufflesqueak/mx_trufflesqueak.py index c03f3b378..bcc35ded9 100644 --- a/mx.trufflesqueak/mx_trufflesqueak.py +++ b/mx.trufflesqueak/mx_trufflesqueak.py @@ -174,7 +174,6 @@ def patched_native_image(self, build_args, output_file, out=None, err=None, find '-o', os.path.splitext(output_file)[0], '--shared', '--gc=' + selected_gc, - '--enable-monitoring=jvmstat,heapdump,jfr', # overwrite as Oracle GraalVM for JDK 21 has no "threaddump" '--module', 'de.hpi.swa.trufflesqueak.launcher/%s.launcher.TruffleSqueakLauncher' % PACKAGE_NAME, ] mx.log('Running {} ...'.format(' '.join(build_command)))