Class | Description |
---|---|
Dump |
This class is used to trigger and configure the options used to produce different
types of diagnostic dumps available from the OpenJ9 JVM.
|
DumpPermission |
The permission class for operations on the com.ibm.jvm.Dump class.
|
Log |
The
Log class contains methods for controlling system log options
This class cannot be instantiated. |
LogPermission |
The permission class for operations on the com.ibm.jvm.Log class.
|
Stats |
This class is used provide the following java heap and system statistics:
committed heap memory
used heap memory
max heap memory
softmx heap memory
free physical memory
total physical memory
All this info is retrieved without any allocation of new objects
|
ToolDumpPermission |
The permission class for allowing "tool" dump agents to be run or
configured via the com.ibm.jvm.Dump class.
|
Trace |
The
Trace class contains methods for controlling trace and using application trace. |
TraceFormat |
!!! WARNING !!!
Adding any new top level classes in this file requires modification to jcl/jcl_build.mk
to ensure the new classes are included within traceformat.jar for Java 8.
|
TracePermission |
The permission class for operations on the com.ibm.jvm.Trace class.
|
Exception | Description |
---|---|
DumpConfigurationUnavailableException |
This exception is thrown when the dump configuration cannot be
updated through the methods on com.ibm.jvm.Dump because it is
in use.
|
InvalidDumpOptionException |
This exception is thrown when an invalid option is passed
to methods on the com.ibm.jvm.Dump class.
|
Annotation Type | Description |
---|---|
Debuggable |
The Debuggable annotation applies to either classes or methods and provides
a hint to the VM that decorated entities must remain debuggable.
|
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.