Searched defs:VM (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DVM.java34 public class VM { class
37 * the VM to selectively suspend certain threads in low-memory
165 // buffer memory. This value may be changed during VM initialization if
194 // accept array syntax. This value may be changed during VM initialization
266 // from the system property sun.nio.MaxDirectMemorySize set by the VM.
383 /* The threadStatus field is set by the VM at state transition
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java42 /** <P> This class encapsulates the global state of the VM; the
49 debugging system, the VM might be shutdown and re-initialized (on
56 registers an Observer with the VM class via
57 VM.registerVMInitializedObserver(). This Observer is guaranteed to
58 be notified whenever the VM is initialized (or re-initialized). To
60 notified when it registers itself with the VM. (For bootstrapping
61 reasons, this implies that the constructor of VM can not
62 instantiate any such objects, since VM.soleInstance will not have
67 public class VM { class
68 private static VM soleInstanc
267 private VM(TypeDataBase db, JVMDebugger debugger, boolean isBigEndian) { method in class:VM
[all...]

Completed in 48 milliseconds