Liferay 7.0-ce-m2

com.liferay.portal.kernel.test
Class GCUtil

java.lang.Object
  extended by com.liferay.portal.kernel.test.GCUtil

public class GCUtil
extends Object


Constructor Summary
GCUtil()
           
 
Method Summary
static void fullGC()
           
static void gc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCUtil

public GCUtil()
Method Detail

fullGC

public static void fullGC()
                   throws InterruptedException
Throws:
InterruptedException

gc

public static void gc()
               throws InterruptedException
Throws:
InterruptedException

Liferay 7.0-ce-m2