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)))