public class SharedClassStatistics
extends java.lang.Object
Constructor and Description |
---|
SharedClassStatistics() |
Modifier and Type | Method and Description |
---|---|
static long |
freeSpaceBytes()
Returns the free space of the shared cache that the JVM is currently connected to
|
static long |
maxAotBytes()
Returns the maximum space allowed for AOT data of the cache that the JVM is currently
connected to.
|
static long |
maxJitDataBytes()
Returns the maximum space allowed for JIT data of the cache that the JVM is currently
connected to.
|
static long |
maxSizeBytes()
Returns the size of the shared cache that the JVM is currently connected to
|
static long |
minAotBytes()
Returns the minimum space reserved for AOT data of the cache that the JVM is currently
connected to.
|
static long |
minJitDataBytes()
Returns the minimum space reserved for JIT data of the cache that the JVM is currently
connected to.
|
static long |
softmxBytes()
Returns the soft limit in bytes for the available space of the cache that the JVM is currently connected to
|
public static long maxSizeBytes()
public static long freeSpaceBytes()
public static long softmxBytes()
public static long minAotBytes()
public static long maxAotBytes()
public static long minJitDataBytes()
public static long maxJitDataBytes()
Link to Eclipse OpenJ9 documentation.
To raise a bug report or suggest an improvement create an Eclipse Openj9 issue.
Copyright © 1998, 2020, IBM Corp. All rights reserved.