See: Description
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 |
Support for converting binary trace files to a human readable form.
|
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.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1998, 2025 IBM Corp. and others.