lib/Tools/java_monitor
author wenzelm
Mon, 03 Feb 2025 14:15:37 +0100
changeset 82065 f178475f274d
parent 74360 9e71155e3666
permissions -rwxr-xr-x
update to mlton-20241230-1 using recent builds from https://sourceforge.net/projects/mlton;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: monitor another Java process

isabelle java "-Dapple.awt.application.name=Java Monitor" --add-opens jdk.jconsole/sun.tools.jconsole=ALL-UNNAMED isabelle.Java_Monitor "$@"