author | jmasa |
Sat, 11 Jun 2016 00:12:26 +0000 | |
changeset 39197 | 426e5fc960d0 |
parent 39194 | d56b54bc6437 (current diff) |
parent 39196 | 1973d0318492 (diff) |
child 39198 | 050eff9d3bcf |
--- a/test/lib/sun/hotspot/WhiteBox.java Fri Jun 10 15:19:32 2016 -0700 +++ b/test/lib/sun/hotspot/WhiteBox.java Sat Jun 11 00:12:26 2016 +0000 @@ -376,6 +376,7 @@ public native void freeMetaspace(ClassLoader classLoader, long addr, long size); public native long incMetaspaceCapacityUntilGC(long increment); public native long metaspaceCapacityUntilGC(); + public native boolean metaspaceShouldConcurrentCollect(); // Don't use these methods directly // Use sun.hotspot.gc.GC class instead.