mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-31 13:15:26 +00:00
8072061: Automatically determine optimal sizes for the CDS regions
See new C++ class MetaspaceClosure. Reviewed-by: coleenp, jiangli, mseledtsov
This commit is contained in:
parent
d8e0821f0b
commit
8cb80d6c43
@ -377,6 +377,7 @@ public class WhiteBox {
|
||||
public native long incMetaspaceCapacityUntilGC(long increment);
|
||||
public native long metaspaceCapacityUntilGC();
|
||||
public native boolean metaspaceShouldConcurrentCollect();
|
||||
public native long metaspaceReserveAlignment();
|
||||
|
||||
// Don't use these methods directly
|
||||
// Use sun.hotspot.gc.GC class instead.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user