| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_GREEN
Deprecated.
|
static int |
STATE_RED
Deprecated.
|
static int |
STATE_YELLOW
Deprecated.
|
| Constructor and Description |
|---|
VM() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFinalRefCount(int n) |
static boolean |
allowArraySyntax() |
static boolean |
allowThreadSuspension(ThreadGroup g,
boolean b) |
static void |
asChange_otherthread(int as_old,
int as_new)
Deprecated.
|
static void |
asChange(int as_old,
int as_new)
Deprecated.
|
static void |
booted() |
static int |
getFinalRefCount() |
static int |
getPeakFinalRefCount() |
static int |
getState()
Deprecated.
|
static void |
initializeOSEnvironment() |
static boolean |
isBooted() |
static long |
maxDirectMemory() |
static void |
registerVMNotification(VMNotification n)
Deprecated.
|
static boolean |
suspendThreads()
Deprecated.
|
static boolean |
threadsSuspended()
Deprecated.
|
static Thread.State |
toThreadState(int threadStatus) |
static void |
unsuspendSomeThreads()
Deprecated.
|
static void |
unsuspendThreads()
Deprecated.
|
@Deprecated public static final int STATE_GREEN
@Deprecated public static final int STATE_YELLOW
@Deprecated public static final int STATE_RED
public VM()
@Deprecated public static boolean threadsSuspended()
public static boolean allowThreadSuspension(ThreadGroup g, boolean b)
@Deprecated public static boolean suspendThreads()
@Deprecated public static void unsuspendThreads()
@Deprecated public static void unsuspendSomeThreads()
@Deprecated public static final int getState()
@Deprecated public static void registerVMNotification(VMNotification n)
@Deprecated public static void asChange(int as_old, int as_new)
@Deprecated public static void asChange_otherthread(int as_old, int as_new)
public static void booted()
public static boolean isBooted()
public static long maxDirectMemory()
public static boolean allowArraySyntax()
public static void initializeOSEnvironment()
public static int getFinalRefCount()
public static int getPeakFinalRefCount()
public static void addFinalRefCount(int n)
public static Thread.State toThreadState(int threadStatus)