8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC

Reviewed-by: sjohanss, sangheki
This commit is contained in:
Jon Masamitsu 2016-06-10 11:40:02 -07:00
parent b4f027037b
commit 0818ea7b64

View File

@ -376,6 +376,7 @@ public class WhiteBox {
public native void freeMetaspace(ClassLoader classLoader, long addr, long size);
public native long incMetaspaceCapacityUntilGC(long increment);
public native long metaspaceCapacityUntilGC();
public native boolean metaspaceShouldConcurrentCollect();
// Force Young GC
public native void youngGC();