public class GCUtil
extends java.lang.Object
| Constructor and Description |
|---|
GCUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fullGC(boolean ensureEnqueuedReferences) |
static void |
gc(boolean ensureEnqueuedReferences) |
static void |
gc(boolean actively,
boolean ensureEnqueuedReferences) |
public static void fullGC(boolean ensureEnqueuedReferences)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static void gc(boolean ensureEnqueuedReferences)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static void gc(boolean actively,
boolean ensureEnqueuedReferences)
throws java.lang.InterruptedException
java.lang.InterruptedException