com.liferay.portal.kernel.test
Class GCUtil
java.lang.Object
com.liferay.portal.kernel.test.GCUtil
public class GCUtil
- extends Object
|
Method Summary |
static void |
fullGC(boolean ensureEnqueuedReferences)
|
static void |
gc(boolean ensureEnqueuedReferences)
|
static void |
gc(boolean actively,
boolean ensureEnqueuedReferences)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GCUtil
public GCUtil()
fullGC
public static void fullGC(boolean ensureEnqueuedReferences)
throws InterruptedException
- Throws:
InterruptedException
gc
public static void gc(boolean ensureEnqueuedReferences)
throws InterruptedException
- Throws:
InterruptedException
gc
public static void gc(boolean actively,
boolean ensureEnqueuedReferences)
throws InterruptedException
- Throws:
InterruptedException