Module openj9.jvm
Package com.ibm.jvm
Classes to support creation of diagnostic dumps and tracing, as well as getting and setting -Xsyslog options.
-
Class Summary 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 TheLog
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 TheTrace
class contains methods for controlling trace and using application trace.TracePermission The permission class for operations on the com.ibm.jvm.Trace class. -
Exception Summary 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 Types Summary 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.