Uses of Interface
com.ibm.dtfj.image.CorruptData
Package
Description
Classes to support reading system images.
-
Uses of CorruptData in com.ibm.dtfj.image
Modifier and TypeMethodDescriptionCorruptDataException.getCorruptData()
Get more info about the corrupted dataModifierConstructorDescriptionConstruct a new CorruptDataException for the specified corrupt data -
Uses of CorruptData in com.ibm.dtfj.image.j9
-
Uses of CorruptData in com.ibm.dtfj.image.javacore
-
Uses of CorruptData in com.ibm.dtfj.phd
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of CorruptData in com.ibm.j9ddr.view.dtfj
Modifier and TypeMethodDescriptionstatic CorruptData
J9DDRDTFJUtils.handleAsCorruptData
(IProcess p, Throwable t) 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.Modifier and TypeMethodDescriptionstatic Iterator
J9DDRDTFJUtils.corruptIterator
(CorruptData data) Return an iterator which contains a single corrupt data item -
Uses of CorruptData in com.ibm.j9ddr.view.dtfj.image
Modifier and TypeClassDescriptionclass
CorruptData implementation that can bridge the gap between DDR CorruptDataExceptions and DTFJ CorruptData interface -
Uses of CorruptData in com.ibm.j9ddr.vm29.view.dtfj.java.corrupt