-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
JMC 9 Sprint 2
Now that we no longer support running JMC on JDK 8, we can stop using the trick of parsing the PID our of ManagementFactory.getRuntimeMXBean().getName() and instead start using ProcessHandle.current().pid() that was introduced in Java 9.