| java.lang.Object org.netbeans.lib.profiler.jps.RunningVM
RunningVM | public class RunningVM (Code) | | A container for various information available for a running JVM.
Note that "VM flags" that we have for the VM in principle, is various -XX:+... options, which are supposed to
be used only by real expert users, or for debugging. We have them here just for completeness, but since they
are used very rarely, there is probably no reason to display them in the attach dialog or whatever.
author: Misha Dmitriev |
getPid | public int getPid()(Code) | | |
|
|