8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
Reviewed-by: sjohanss, sangheki
This commit is contained in:
parent
b4f027037b
commit
0818ea7b64
@ -376,6 +376,7 @@ public class WhiteBox {
|
|||||||
public native void freeMetaspace(ClassLoader classLoader, long addr, long size);
|
public native void freeMetaspace(ClassLoader classLoader, long addr, long size);
|
||||||
public native long incMetaspaceCapacityUntilGC(long increment);
|
public native long incMetaspaceCapacityUntilGC(long increment);
|
||||||
public native long metaspaceCapacityUntilGC();
|
public native long metaspaceCapacityUntilGC();
|
||||||
|
public native boolean metaspaceShouldConcurrentCollect();
|
||||||
|
|
||||||
// Force Young GC
|
// Force Young GC
|
||||||
public native void youngGC();
|
public native void youngGC();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user