Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

H

handleAllButDataUnavailAsCorruptDataException(IProcess, Throwable) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Go through the standard handleAsCorruptDataException method to convert the supplied error condition into a corrupt data exception as long as it is not present in the allow list AND especially for this method, if it is not a DataUnavailable.
handleAllButMemAccExAndDataUnavailAsCorruptDataException(IProcess, Throwable, Class<?>[]) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Go through the standard handleAsCorruptDataException method to convert the supplied error condition into a corrupt data exception as long as it is not present in the allow list AND especially for this method, if it is neither MemoryAccessException or DataUnavailable.
handleAllButMemAccExAsCorruptDataException(IProcess, Throwable, Class<?>[]) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Go through the standard handleAsCorruptDataException method to convert the supplied error condition into a corrupt data exception as long as it is not present in the allow list AND especially for this method, if it is not a MemoryAccessException.
handleAsCorruptData(IProcess, Throwable) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Convert the supplied error condition into a CorruptData object and return it, typically for insertion into an iterator, or re-throw it if it is an instance of Error that we do not want to intercept.
handleAsCorruptDataException(IProcess, Throwable) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Convert the supplied error condition into a corrupt data exception or re-throw it if it is an instance of Error that we do not want to intercept.
handleAsCorruptDataException(IProcess, Throwable, Class<?>[]) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Go through the standard handleAsCorruptDataException method to convert the supplied error condition into a corrupt data exception as long as it is not present in the allow list.
handleAsDataUnavailable(Throwable) - Static method in class com.ibm.j9ddr.view.dtfj.J9DDRDTFJUtils
Handle the supplied error condition and ultimately surface it as a data unavailable exception.
handleError(Exception) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleError(Exception, int) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleError(String) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleError(String, int, int) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleError(String, Exception) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleErrorAtLineNumber(int, String, Exception) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleEvent(String) - Method in interface com.ibm.dtfj.javacore.parser.framework.parser.IErrorListener
 
handleException(BaseJdmpviewCommand, Throwable) - Static method in class com.ibm.jvm.dtfjview.commands.ExceptionHandler
Handle an exception thrown by the DTFJ API.
handleException(Throwable) - Method in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
Lots of DTFJ methods will throw a standard set of exceptions such as corrupt data or data unavailable.
handleOSlotsCorruption(WalkState, String, String, CorruptDataException) - Static method in class com.ibm.j9ddr.vm29.j9.stackwalker.StackWalkerUtils
Since walking OSlots touches a lot more code than just doing a frame walk, we have a layer of corruption handling just above the o-slots logic.
handleRequiredMismatch(String, String, String) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
handleUnknownMismatch(String, String) - Method in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
 
hasAnnotation(String) - Method in class com.ibm.java.diagnostics.utils.plugins.ClassInfo
 
hasBackwardBranches(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasBeenHashed(J9ObjectPointer) - Method in class com.ibm.j9ddr.vm29.j9.gc.GCObjectModel
Returns TRUE if an object has been hashed, FALSE otherwise.
hasBeenHashed(J9ObjectPointer) - Static method in class com.ibm.j9ddr.vm29.j9.ObjectModel
Returns TRUE if an object has been hashed, FALSE otherwise.
hasBeenMoved(J9ObjectPointer) - Method in class com.ibm.j9ddr.vm29.j9.gc.GCObjectModel
Returns TRUE if an object has been moved after being hashed, FALSE otherwise.
hasBeenMoved(J9ObjectPointer) - Static method in class com.ibm.j9ddr.vm29.j9.ObjectModel
Returns TRUE if an object has been moved after being hashed, FALSE otherwise.
hasChanged() - Method in class com.ibm.jvm.dtfjview.JdmpviewContextManager
 
hasChanged() - Method in interface com.ibm.jvm.dtfjview.spi.ISessionContextManager
A number of internal operations which could affect the list of currently open and available contexts happen in an unlinked or asynchronous manner.
hasChanged(Entry) - Method in class com.ibm.java.diagnostics.utils.plugins.Entry
 
hasChanged(File) - Method in class com.ibm.java.diagnostics.utils.plugins.Entry
 
hasCodeTypeAnnotations(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasCommandIFace(Class<?>) - Method in class com.ibm.j9ddr.tools.ddrinteractive.plugins.DDRInteractiveClassLoader
Check to see if a class implements the command interface
hasCUDASupport() - Method in class com.ibm.gpu.CUDAManager
Use this method to identify if CUDA is supported on this machine and within this environment: returns true if the number of CUDA devices detected is greater than 0.
hasDebugInfo(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasDefaultAnnotation(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasEmptyFinalize(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasExceptionInfo(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasExtendedModifiers(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasFailed() - Method in class com.ibm.dtfj.corereaders.zos.le.Caa
Returns true if this thread failed (ie crashed, abended, has gone to meet its maker).
hasFailed() - Method in class com.ibm.j9ddr.corereaders.tdump.zebedee.le.Caa
Returns true if this thread failed (ie crashed, abended, has gone to meet its maker).
hasFinalFields(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasGenericSignature(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hash(J9JVMTIObjectTagPointer) - Method in class com.ibm.j9ddr.vm29.j9.JVMTIObjectTagTable.ObjectTagHashFunction
 
hash(PointerPointer) - Method in class com.ibm.j9ddr.vm29.j9.MonitorTable.MonitorHashFunction_V1
 
hash(StructType) - Method in interface com.ibm.j9ddr.vm29.j9.HashTable.HashFunction
 
hash(StructType) - Method in class com.ibm.j9ddr.vm29.j9.StringTable.StringHashFunction
 
hash_jit_artifact_search(J9JITHashTablePointer, UDATA) - Static method in class com.ibm.j9ddr.vm29.j9.JITLook
 
HASH_TABLE_VERSION - Static variable in class com.ibm.j9ddr.vm29.j9.AlgorithmVersion
 
hashCode() - Method in interface com.ibm.dtfj.image.ImagePointer
 
hashCode() - Method in class com.ibm.dtfj.image.j9.ImagePointer
 
hashCode() - Method in class com.ibm.dtfj.image.javacore.JCImagePointer
Auto-generated by Eclipse 3.2.2
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaAbstractClass
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaClassLoader
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaField
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaHeap
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaLocation
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaMethod
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaMonitor
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaObject
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaRuntime
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaStackFrame
 
hashCode() - Method in class com.ibm.dtfj.java.j9.JavaThread
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaClass
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaClassLoader
 
hashCode() - Method in class com.ibm.dtfj.java.javacore.JCJavaMethod
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaHeap
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaLocation
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaMember
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaMonitor
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaObject
Answers an integer hash code for the receiver.
hashCode() - Method in interface com.ibm.dtfj.java.JavaRuntime
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaStackFrame
 
hashCode() - Method in interface com.ibm.dtfj.java.JavaThread
 
hashCode() - Method in class com.ibm.dtfj.phd.PHDJavaLocation
 
hashCode() - Method in class com.ibm.dtfj.phd.PHDJavaMethod
 
hashCode() - Method in class com.ibm.dtfj.phd.PHDJavaMonitor
 
hashCode() - Method in class com.ibm.dtfj.phd.PHDJavaObject
 
hashCode() - Method in class com.ibm.j9ddr.view.dtfj.image.J9DDRImagePointer
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaClass
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaClassloader
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaField
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaHeap
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaMethod
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaObject
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaObjectMonitor
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaRuntime
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaStackFrame
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaSystemMonitor
 
hashCode() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaThread
 
hashCode() - Method in class com.ibm.oti.shared.SharedClassPermission
Answers the integer hash code for the receiver.
hashCode() - Method in class com.sun.management.GcInfo
Answers an integer hash code for the receiver.
HASHCODE_RANDOM_TAG - Static variable in class com.ibm.jvm.dtfjview.heapdump.portable.PortableHeapDumpFormatter
 
HASHCODE_RANDOMS - Static variable in class com.ibm.dtfj.phd.parser.HeapdumpWriter
 
HashCodeCommand - Class in com.ibm.j9ddr.vm29.tools.ddrinteractive.commands
 
HashCodeCommand() - Constructor for class com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.HashCodeCommand
 
hashTable - Variable in class com.ibm.j9ddr.vm29.j9.MonitorTable
 
HashTable<StructType extends AbstractPointer> - Class in com.ibm.j9ddr.vm29.j9
 
HashTable(J9HashTablePointer, Class<StructType>, HashTable.HashEqualFunction<StructType>, HashTable.HashFunction<StructType>, HashTable.HashComparatorFunction<StructType>) - Constructor for class com.ibm.j9ddr.vm29.j9.HashTable
 
HashTable_V1<StructType extends AbstractPointer> - Class in com.ibm.j9ddr.vm29.j9
 
HashTable_V1(J9HashTablePointer, boolean, Class<StructType>, HashTable.HashEqualFunction<StructType>, HashTable.HashFunction<StructType>) - Constructor for class com.ibm.j9ddr.vm29.j9.HashTable_V1
 
HashTable_V1(J9HashTablePointer, boolean, Class<StructType>, HashTable.HashFunction<StructType>, HashTable.HashComparatorFunction<StructType>) - Constructor for class com.ibm.j9ddr.vm29.j9.HashTable_V1
 
HashTable.HashEqualFunction<StructType> - Interface in com.ibm.j9ddr.vm29.j9
Encapsulation of the equal function needed by the HashTable
HashTable.HashFunction<StructType> - Interface in com.ibm.j9ddr.vm29.j9
Encapsulation of the hash function needed by the HashTable
hashTableIterator - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCJVMTIObjectTagTableIterator
 
hasImplicitCreationAttribute(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasInterface(Class<?>) - Method in class com.ibm.java.diagnostics.utils.plugins.ClassInfo
 
hasInterface(String) - Method in class com.ibm.java.diagnostics.utils.plugins.ClassInfo
 
hasJDBCNatives(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasLibraries() - Method in class com.ibm.j9ddr.libraries.CoreFileResolver
 
hasMetaData() - Method in class com.ibm.dtfj.utils.file.ManagedImageSource
 
hasMethodAnnotations(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasMethodParameters(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasMethodTypeAnnotations(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasModifiedByteCodes(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasMore() - Method in class com.ibm.dtfj.phd.util.NumberStream
 
hasMoreInlinedMethods(VoidPointer) - Static method in class com.ibm.j9ddr.vm29.j9.stackwalker.MethodMetaData
 
hasMultipleContexts() - Method in class com.ibm.jvm.dtfjview.JdmpviewContextManager
 
hasMultipleContexts() - Method in interface com.ibm.jvm.dtfjview.spi.ISessionContextManager
Convenience method for determining if more than one context is currently open.
hasNext() - Method in class com.ibm.j9ddr.corereaders.tdump.zebedee.util.NullIterator
 
hasNext() - Method in class com.ibm.j9ddr.corereaders.tdump.zebedee.util.SingletonIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassArrayClassSlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassHeapIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassIteratorClassSlots
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassLoaderIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassLoaderSegmentClassesIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassLoaderSegmentIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassLocalInterfaceIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassStaticsIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCClassSuperclassesIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCConstantPoolSlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCFinalizableObjectIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCFreeListIteratorAggregatedCellList
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCHeapMapWordIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCHeapRegionIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCHeapSpanRegionIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCJNIGlobalReferenceIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCJVMTIObjectTagTableIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCJVMTIObjectTagTableListIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCModronAllocateHintIteratorAOL
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCModronAllocateHintIteratorSAOL
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCMonitorReferenceIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCObjectHeapIteratorMarkMapIterator_V1
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCObjectHeapIteratorNullIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCOwnableSynchronizerObjectListIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCSegmentIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCStringCacheTableIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCStringTableIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCUnfinalizedObjectListIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCVMClassSlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCVMThreadIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCVMThreadJNISlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCVMThreadListIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCVMThreadMonitorRecordSlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCVMThreadSlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCRememberedSetIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCRememberedSetSlotIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.J9JavaStackIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.J9ObjectFieldOffsetIterator_V1
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.J9ROMFieldShapeIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.MonitorTableListIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.Pool_29_V0
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.ArrayIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.ClassIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.ClassSegmentIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.HeapWalker
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.J9MemTagIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.MemorySegmentIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.MonitorIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.ROMClassesIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.j9.walkers.ROMClassesRangeIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.tools.ddrinteractive.FilteredROMMethodsIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.j9.DTFJConstantPoolIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.j9.DTFJMonitorIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.j9.HeapObjectIterator
 
hasNext() - Method in class com.ibm.j9ddr.vm29.view.dtfj.java.j9.SlidingIterator
 
hasNext() - Method in class com.ibm.jvm.dtfjview.heapdump.LongArrayReferenceIterator
 
hasNext() - Method in class com.ibm.jvm.dtfjview.heapdump.LongListReferenceIterator
 
hasNext() - Method in interface com.ibm.jvm.dtfjview.heapdump.ReferenceIterator
 
hasNext() - Method in class com.ibm.jvm.trace.TracePointGlobalChronologicalIterator
 
hasNext() - Method in class com.ibm.jvm.trace.TracePointThreadChronologicalIterator
 
hasNumberOfElements() - Method in interface com.ibm.dtfj.phd.util.LongEnumeration
Returns true if this enumeration supports the LongEnumeration.numberOfElements() method.
hasParameterAnnotations(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasPreloadAttribute(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasPropertyBeenSet(String) - Method in class com.ibm.java.diagnostics.utils.DTFJContext
Used to determine if a property has been set in the context property bag, and that the value of that property is TRUE
hasPropertyBeenSet(String) - Method in interface com.ibm.java.diagnostics.utils.IDTFJContext
Used to determine if a property has been set in the context property bag, and that the value of that property is TRUE
hasStackMap(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
hasStructure(String) - Method in class com.ibm.j9ddr.StructureReader
Test to see if a structure has been read in and hence available
hasTag(String) - Method in interface com.ibm.dtfj.javacore.parser.framework.tag.ITagManager
 
hasTag(String) - Method in interface com.ibm.dtfj.javacore.parser.framework.tag.ITagParser
 
hasTag(String) - Method in class com.ibm.dtfj.javacore.parser.framework.tag.TagParser
 
hasTag(String) - Method in class com.ibm.dtfj.javacore.parser.j9.J9TagManager
 
hasTimestamp() - Method in class com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader.SystemTrace.Entry
Return true of this entry has its own timestamp.
hasValidEyeCatcher(J9ClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ClassHelper
 
hasValidMarkMap() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCHeapRegionDescriptorSegregated_V1
 
hasValidMarkMap() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCHeapRegionDescriptor
 
hasValidMarkMap(MM_HeapRegionDescriptorPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.MM_HeapRegionDescriptorHelper
 
hasVerifyData(J9ROMClassPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMClassHelper
 
hasVTable(J9ROMMethodPointer) - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ROMMethodHelper
 
head - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCOwnableSynchronizerObjectListIterator
 
head - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCUnfinalizedObjectListIterator
 
header - Variable in class com.ibm.j9ddr.corereaders.macho.MachoDumpReader.MachFile64
 
header - Static variable in class com.ibm.jvm.format.TraceFormat
 
headerSize - Variable in class com.ibm.jvm.format.TraceRecord
 
headerSize() - Static method in class com.ibm.j9ddr.vm29.pointer.helper.J9ObjectHelper
 
headings - Static variable in class com.ibm.jvm.format.TraceFormat
 
headOfSpan - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCHeapRegionDescriptorSegregated_V1
 
heap - Variable in class com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaObject
 
HEAP_DUMP_FILE_PROPERTY - Static variable in class com.ibm.jvm.dtfjview.heapdump.HeapDumpSettings
 
HEAP_DUMP_FORMAT_PROPERTY - Static variable in class com.ibm.jvm.dtfjview.heapdump.HeapDumpSettings
 
HEAP_DUMP_RUNTIME_ID - Static variable in class com.ibm.jvm.dtfjview.heapdump.HeapDumpSettings
 
HEAP_ROOT_CLASSLOADER - Static variable in interface com.ibm.dtfj.java.JavaReference
Classloader heap root
HEAP_ROOT_FINALIZABLE_OBJ - Static variable in interface com.ibm.dtfj.java.JavaReference
Finalizable object heap root
HEAP_ROOT_JNI_GLOBAL - Static variable in interface com.ibm.dtfj.java.JavaReference
JNI global reference heap root
HEAP_ROOT_JNI_LOCAL - Static variable in interface com.ibm.dtfj.java.JavaReference
JNI local reference heap root
HEAP_ROOT_MONITOR - Static variable in interface com.ibm.dtfj.java.JavaReference
Monitor heap root
HEAP_ROOT_OTHER - Static variable in interface com.ibm.dtfj.java.JavaReference
Other heap root type
HEAP_ROOT_STACK_LOCAL - Static variable in interface com.ibm.dtfj.java.JavaReference
Stack local heap root
HEAP_ROOT_STRINGTABLE - Static variable in interface com.ibm.dtfj.java.JavaReference
Stringtable heap root
HEAP_ROOT_SYSTEM_CLASS - Static variable in interface com.ibm.dtfj.java.JavaReference
System class heap root
HEAP_ROOT_THREAD - Static variable in interface com.ibm.dtfj.java.JavaReference
Thread heap root
HEAP_ROOT_UNFINALIZED_OBJ - Static variable in interface com.ibm.dtfj.java.JavaReference
Unfinalized object heap root
HEAP_ROOT_UNKNOWN - Static variable in interface com.ibm.dtfj.java.JavaReference
Unknown heap root type
heapAddrToCardAddr(VoidPointer) - Method in class com.ibm.j9ddr.vm29.j9.gc.GCCardTable
 
HeapDump() - Static method in class com.ibm.jvm.Dump
Trigger a heap dump.
HeapdumpCommand - Class in com.ibm.jvm.dtfjview.commands
Command for dumping heapdumps from DTFJ.
HeapdumpCommand() - Constructor for class com.ibm.jvm.dtfjview.commands.HeapdumpCommand
 
heapDumpFileNameSet(Map) - Static method in class com.ibm.jvm.dtfjview.heapdump.HeapDumpSettings
 
HeapDumpFormatter - Class in com.ibm.jvm.dtfjview.heapdump
Abstract class to decouple the formatting of heapdumps from the walking of the internal data structures that hold the source data.
HeapDumpFormatter(String, boolean) - Constructor for class com.ibm.jvm.dtfjview.heapdump.HeapDumpFormatter
Constructor
HeapdumpReader - Class in com.ibm.dtfj.phd.parser
This class parses a PHD format heapdump file.
HeapdumpReader(File, PHDImage) - Constructor for class com.ibm.dtfj.phd.parser.HeapdumpReader
Create a new HeapdumpReader object from the given file.
HeapdumpReader(String) - Constructor for class com.ibm.dtfj.phd.parser.HeapdumpReader
Create a new HeapdumpReader object from the given file.
HeapdumpReader(ImageInputStream) - Constructor for class com.ibm.dtfj.phd.parser.HeapdumpReader
Create a new HeapdumpReader object from the given stream.
HeapdumpReader(ImageInputStream, PHDImage) - Constructor for class com.ibm.dtfj.phd.parser.HeapdumpReader
 
HeapDumpSettings - Class in com.ibm.jvm.dtfjview.heapdump
Encapsulates the marshalling and unmarshalling of heapdump settings through the properties map.
HeapDumpSettings() - Constructor for class com.ibm.jvm.dtfjview.heapdump.HeapDumpSettings
 
heapDumpToFile() - Static method in class com.ibm.jvm.Dump
Trigger a heap dump.
heapDumpToFile(String) - Static method in class com.ibm.jvm.Dump
Trigger a heap dump.
HeapdumpWriter - Class in com.ibm.dtfj.phd.parser
 
HeapdumpWriter(String) - Constructor for class com.ibm.dtfj.phd.parser.HeapdumpWriter
 
heapLinkedFreeHeaderPointer - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCHeapLinkedFreeHeader
 
HeapObjectIterator - Class in com.ibm.j9ddr.vm29.view.dtfj.java.j9
 
HeapObjectIterator(DTFJJavaHeap, GCHeapRegionDescriptor) - Constructor for class com.ibm.j9ddr.vm29.view.dtfj.java.j9.HeapObjectIterator
 
heapRegionDescriptor - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCHeapRegionDescriptor
 
HeapWalker - Class in com.ibm.j9ddr.vm29.j9.walkers
 
HeapWalker(J9JavaVMPointer, GCHeapRegionDescriptor, HeapWalkerEvents) - Constructor for class com.ibm.j9ddr.vm29.j9.walkers.HeapWalker
 
HeapWalkerEvents - Interface in com.ibm.j9ddr.vm29.j9.walkers
 
HELP_DESCRIPTION - Static variable in class com.ibm.jvm.dtfjview.tools.impl.CmdFileTool
 
HELP_DESCRIPTION - Static variable in class com.ibm.jvm.dtfjview.tools.impl.GrepTool
 
HELP_DESCRIPTION - Static variable in class com.ibm.jvm.dtfjview.tools.impl.HelpTool
 
HELP_DESCRIPTION - Static variable in class com.ibm.jvm.dtfjview.tools.impl.HistoryTool
 
HELP_DESCRIPTION - Static variable in class com.ibm.jvm.dtfjview.tools.impl.OutFileTool
 
HelpCommand - Class in com.ibm.jvm.dtfjview.commands
Prints out either a help summary for all commands in this context or forwards the request onto a particular command for a detailed output.
HelpCommand() - Constructor for class com.ibm.jvm.dtfjview.commands.HelpCommand
 
HelperAlreadyDefinedException - Exception in com.ibm.oti.shared
Exception thrown if a factory is asked to get multiple helpers for a ClassLoader.
HelperAlreadyDefinedException(String) - Constructor for exception com.ibm.oti.shared.HelperAlreadyDefinedException
Creates a new HelperAlreadyDefinedException.
HelpTool - Class in com.ibm.jvm.dtfjview.tools.impl
 
HelpTool() - Constructor for class com.ibm.jvm.dtfjview.tools.impl.HelpTool
 
hex - Static variable in class com.ibm.dtfj.javacore.parser.j9.section.common.CommonPatternMatchers
 
hex(int) - Static method in class com.ibm.dtfj.phd.parser.Base
 
hex(long) - Static method in class com.ibm.dtfj.phd.parser.Base
 
hex(long) - Static method in class com.ibm.dtfj.phd.parser.PrintHeapdump
 
hex_0x - Static variable in class com.ibm.dtfj.javacore.parser.j9.section.common.CommonPatternMatchers
 
HEX_SUFFIX - Static variable in class com.ibm.j9ddr.tools.ddrinteractive.CommandUtils
 
hexadecimal - Static variable in class com.ibm.dtfj.javacore.parser.j9.section.common.CommonPatternMatchers
 
hexAt(long) - Method in class com.ibm.j9ddr.vm29.pointer.AbstractPointer
This method returns the memory values at the given index.
hexAt(Scalar) - Method in class com.ibm.j9ddr.vm29.pointer.AbstractPointer
This method returns the memory values at the given index.
HexdumpCommand - Class in com.ibm.jvm.dtfjview.commands
 
HexdumpCommand() - Constructor for class com.ibm.jvm.dtfjview.commands.HexdumpCommand
 
hexfmt - Variable in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
 
hexformat - Variable in class com.ibm.j9ddr.tools.ddrinteractive.commands.LookupSymbolCommand
 
hexformat - Variable in class com.ibm.j9ddr.tools.ddrinteractive.commands.NativeLibrariesCommand
 
hexpad(long) - Static method in class com.ibm.dtfj.phd.parser.PrintHeapdump
 
highAddress - Variable in class com.ibm.j9ddr.vm29.j9.gc.GCHeapRegionDescriptorSegregated_V1
 
hintIterator() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCMemoryPoolAddressOrderedList
 
hintIterator() - Method in class com.ibm.j9ddr.vm29.j9.gc.GCMemoryPoolSplitAddressOrderedList
 
HistoryTool - Class in com.ibm.jvm.dtfjview.tools.impl
 
HistoryTool() - Constructor for class com.ibm.jvm.dtfjview.tools.impl.HistoryTool
 
hiUsage - Variable in class com.ibm.dtfj.corereaders.PageCache
 
HostMemoryAlreadyRegistered - Static variable in interface com.ibm.cuda.CudaError
This error indicates that the memory range passed to ::cudaHostRegister() has already been registered.
HostMemoryNotRegistered - Static variable in interface com.ibm.cuda.CudaError
This error indicates that the pointer passed to ::cudaHostUnregister() does not correspond to any currently registered memory region.
hostName() - Method in interface com.ibm.j9ddr.view.dtfj.image.J9RASImageDataFactory.MachineData
 
HotSpotDiagnosticMXBean - Interface in com.sun.management
Stub to compile OpenJDK diagnostic management, see openj9.lang.management and com.ibm.lang.management packages instead.
HOURS2DAYS - Static variable in class com.ibm.jvm.format.Util
 
HOURS2DAYS - Static variable in class com.ibm.jvm.trace.format.api.TraceContext
 
HSCH - Static variable in class com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader.SystemTrace
 
Humanize - Class in com.ibm.j9ddr.tools.ddrinteractive
Utility class for converting a value to a human-readable form.
Humanize() - Constructor for class com.ibm.j9ddr.tools.ddrinteractive.Humanize
 
HypervisorInfoRetrievalException - Exception in com.ibm.virtualization.management
This exception class is thrown when retrieving Hypervisor information fails.
HypervisorInfoRetrievalException(String) - Constructor for exception com.ibm.virtualization.management.HypervisorInfoRetrievalException
Constructor for the exception class that takes a message string describing the exact nature of the exception.
HypervisorMXBean - Interface in com.ibm.virtualization.management
This interface provides information on whether the current Operating System is running directly on physical hardware or running as a Guest (Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
HypervisorMXBeanImpl - Class in com.ibm.virtualization.management.internal
Runtime type for HypervisorMXBean.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form