public final class WindowsVMLockSupport extends VMLockSupport
VMLockSupport.DumpVMMutexes| Constructor and Description |
|---|
WindowsVMLockSupport() |
| Modifier and Type | Method and Description |
|---|---|
VMCondition[] |
getConditions()
Returns an array that contains all
VMCondition objects that are present in the image
or null if that information is not available. |
VMMutex[] |
getMutexes()
Returns an array that contains all
VMMutex objects that are present in the image or
null if that information is not available. |
static void |
initialize()
Must be called once early during startup, before any mutex or condition is used.
|
static WindowsVMLockSupport |
singleton() |
public static WindowsVMLockSupport singleton()
public static void initialize()
public VMMutex[] getMutexes()
VMLockSupportVMMutex objects that are present in the image or
null if that information is not available.getMutexes in class VMLockSupportpublic VMCondition[] getConditions()
VMLockSupportVMCondition objects that are present in the image
or null if that information is not available.getConditions in class VMLockSupport