VirtualMachine.list() support
The list method returns a list of Java process running on the NonStop system. Following are the changes in output compared to other platforms:
The name of the Java process is the binary name for applications using Invocation API.
For pure Java application, the name of the Java process is the class name or the
jarname available in the command line.Usage of
—XX:+PerfDisableSharedMemor—XX:-UsePerfDatais ignored on NonStop.

