public abstract class VMLockSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VMLockSupport.DumpVMMutexes |
| Constructor and Description |
|---|
VMLockSupport() |
| Modifier and Type | Method and Description |
|---|---|
abstract VMCondition[] |
getConditions()
Returns an array that contains all
VMCondition objects that are present in the image
or null if that information is not available. |
abstract VMMutex[] |
getMutexes()
Returns an array that contains all
VMMutex objects that are present in the image or
null if that information is not available. |
public abstract VMMutex[] getMutexes()
VMMutex objects that are present in the image or
null if that information is not available.public abstract VMCondition[] getConditions()
VMCondition objects that are present in the image
or null if that information is not available.