Package org.openjdk.jol.vm
Class VM
- java.lang.Object
-
- org.openjdk.jol.vm.VM
-
public class VM extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static VirtualMachine
INSTANCE
-
Constructor Summary
Constructors Constructor Description VM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VirtualMachine
current()
private static sun.misc.Unsafe
tryUnsafe()
-
-
-
Field Detail
-
INSTANCE
private static VirtualMachine INSTANCE
-
-
Method Detail
-
tryUnsafe
private static sun.misc.Unsafe tryUnsafe()
-
current
public static VirtualMachine current()
-
-