Uses of Interface
com.ibm.dtfj.image.CorruptData
-
Packages that use CorruptData Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.image.j9 com.ibm.dtfj.image.javacore com.ibm.dtfj.phd com.ibm.j9ddr.view.dtfj com.ibm.j9ddr.view.dtfj.image com.ibm.j9ddr.vm29.view.dtfj.java.corrupt -
-
Uses of CorruptData in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return CorruptData Modifier and Type Method Description CorruptData
CorruptDataException. getCorruptData()
Get more info about the corrupted dataConstructors in com.ibm.dtfj.image with parameters of type CorruptData Constructor Description CorruptDataException(CorruptData data)
Construct a new CorruptDataException for the specified corrupt data -
Uses of CorruptData in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement CorruptData Modifier and Type Class Description class
CorruptData
-
Uses of CorruptData in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement CorruptData Modifier and Type Class Description class
JCCorruptData
-
Uses of CorruptData in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement CorruptData Modifier and Type Class Description class
PHDCorruptData
class
PHDCorruptImageModule
class
PHDCorruptImageStackFrame
class
PHDCorruptImageThread
class
PHDCorruptJavaLocation
class
PHDCorruptJavaMonitor
class
PHDCorruptJavaStackFrame
class
PHDCorruptJavaThread
Constructors in com.ibm.dtfj.phd with parameters of type CorruptData Constructor Description PHDCorruptImageThread(ImageAddressSpace space, CorruptData cd)
-
Uses of CorruptData in com.ibm.j9ddr.view.dtfj
Methods in com.ibm.j9ddr.view.dtfj that return CorruptData Modifier and Type Method Description static 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.Methods in com.ibm.j9ddr.view.dtfj with parameters of type CorruptData Modifier and Type Method Description static Iterator
J9DDRDTFJUtils. corruptIterator(CorruptData data)
Return an iterator which contains a single corrupt data itemConstructors in com.ibm.j9ddr.view.dtfj with parameters of type CorruptData Constructor Description DTFJCorruptDataException(CorruptData data)
DTFJCorruptDataException(CorruptData data, Throwable t)
-
Uses of CorruptData in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement CorruptData Modifier and Type Class Description class
J9DDRCorruptData
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
Classes in com.ibm.j9ddr.vm29.view.dtfj.java.corrupt that implement CorruptData Modifier and Type Class Description class
CorruptJavaObject
-