com.ibm.dtfj.image
Uses of Class CorruptDataException
Packages that use CorruptDataException
Package | Description |
---|---|
com.ibm.dtfj.image | |
com.ibm.dtfj.java | |
com.ibm.dtfj.runtime |
Uses of CorruptDataException in com.ibm.dtfj.image
Modifier and Type | Method and Description |
---|---|
ImageStackFrame.getBasePointer()
Get the base pointer of the stack frame.
|
|
|
ImagePointer.getByteAt(long index)
Get the value at the given offset from this pointer.
|
|
ImageProcess.getCommandLine()
Fetch the command line for this process.
|
ImageProcess.getCurrentThread()
Find the thread which triggered the creation of the image
|
|
|
ImagePointer.getDoubleAt(long index)
Get the value at the given offset from this pointer.
|
|
ImageProcess.getEnvironment()
Get the environment variables for this process.
|
ImageProcess.getExecutable()
Get the module representing the executable within the image.
|
|
|
ImagePointer.getFloatAt(long index)
Get the value at the given offset from this pointer.
|
|
Image.getHostName()
Get the host name of the system where the image was running.
|
|
ImageThread.getID()
Fetch a unique identifier for the thread.
|
|
ImageProcess.getID()
Get the system-wide identifier for the process.
|
|
ImagePointer.getIntAt(long index)
Get the value at the given offset from this pointer.
|
|
ImageProcess.getLibraries()
Get the set of shared libraries which are loaded in this process.
|
|
ImagePointer.getLongAt(long index)
Get the value at the given offset from this pointer.
|
|
ImageModule.getName()
Get the file name of the shared library.
|
ImagePointer.getPointerAt(long index)
Get the value at the given offset from this pointer.
|
|
ImageStackFrame.getProcedureAddress()
Get the address of the current instruction within
the procedure being executed.
|
|
|
ImageStackFrame.getProcedureName()
Returns a string describing the procedure at this stack
frame.
|
|
Image.getProcessorSubType()
Get the precise model of the CPU.
|
|
Image.getProcessorType()
Get the family name for the processor on which the image was
running.
|
|
ImageModule.getProperties()
Get the table of properties associated with this module.
|
|
ImagePointer.getShortAt(long index)
Get the value at the given offset from this pointer.
|
|
ImageProcess.getSignalName()
Get the name of the OS signal in this process which triggered the
creation of this image.
|
|
ImageProcess.getSignalNumber()
Get the OS signal number in this process which triggered the creation
of this image.
|
|
Image.getSystemSubType()
Get the detailed name of the operating system.
|
|
Image.getSystemType()
Get the family name for the operating system.
|
|
ImageRegister.getValue()
Get the value for the register.
|
Uses of CorruptDataException in com.ibm.dtfj.java
Modifier and Type | Method and Description |
---|---|
|
JavaObject.arraycopy(int srcStart,java.lang.Object dst,int dstStart,int length)
Copies data from the image array into a local Java array.
|
JavaClassLoader.findClass(java.lang.String name)
Find a named class within this class loader.
|
|
|
JavaField.get(JavaObject object)
Get the contents of an Object field
|
JavaLocation.getAddress()
Fetches the absolute address of the code which this location represents.
|
|
|
JavaRuntimeMemorySection.getAllocator()
Returns string describing the code that allocated this memory section.
|
|
JavaObject.getArraySize()
Get the number of elements in this array.
|
JavaStackFrame.getBasePointer()
Get a pointer to the base of this stack frame
|
|
JavaThread.getBlockingObject()
For threads that are in STATE_BLOCKED_ON_MONITOR_ENTER this method returns the JavaObject who's monitor they are blocked on.
|
|
|
JavaField.getBoolean(JavaObject object)
Get the contents of a boolean field
|
|
JavaField.getByte(JavaObject object)
Get the contents of a byte field
|
|
JavaField.getChar(JavaObject object)
Get the contents of a char field
|
|
JavaRuntimeMemoryCategory.getChildren()
Gets iterator of child categories.
|
JavaClass.getClassLoader()
Fetch the class loader associated with this class.
|
|
|
JavaLocation.getCompilationLevel()
Get the compilation level for this location.
|
JavaClass.getComponentType()
For array classes, returns a JavaClass representing the component type of this array class.
|
|
JavaMember.getDeclaringClass()
Get the class which declares this field or method
|
|
|
JavaRuntimeMemoryCategory.getDeepAllocations()
Gets number of allocations recorded against this category, and all children of this category.
|
|
JavaRuntimeMemoryCategory.getDeepBytes()
Gets number of bytes recorded against this category, and all children of this category.
|
|
JavaField.getDouble(JavaObject object)
Get the contents of a double field
|
JavaVMOption.getExtraInfo()
Fetch the extraInfo component of this option.
|
|
|
JavaLocation.getFilename()
Get the source file name.
|
|
JavaField.getFloat(JavaObject object)
Get the contents of a float field
|
|
JavaObject.getHashcode()
Fetch the basic hash code for the object.
|
JavaObject.getHeap()
Gets the heap where this object is located.
|
|
|
JavaVMInitArgs.getIgnoreUnrecognized()
Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM.
|
JavaThread.getImageThread()
Represents the joining point between the Java view of execution and the corresponding native view.
|
|
|
JavaClass.getInstanceSize()
Returns the size in bytes of an instance of this class on the heap.
|
|
JavaField.getInt(JavaObject object)
Get the contents of an int field
|
JavaObject.getJavaClass()
Get the JavaClass instance which represents the class of this object.
|
|
JavaRuntime.getJavaVM()
Get the object that represents the virtual machine
|
|
JavaRuntime.getJavaVMInitArgs()
Fetch the JavaVMInitArgs which were used to create this VM.
|
|
JavaThread.getJNIEnv()
Get the address of the JNIEnv structure which represents this thread instance in JNI.
|
|
|
JavaLocation.getLineNumber()
Get the line number.
|
JavaStackFrame.getLocation()
Get the location at which the method owning this frame is currently executing
|
|
|
JavaField.getLong(JavaObject object)
Get the contents of a long field
|
JavaRuntimeMemorySection.getMemoryCategory()
Returns memory category this section was allocated under.
|
|
|
JavaRuntimeMemoryCategory.getMemorySections(boolean includeFreed)
Gets iterator of memory sections allocated against this category.
|
JavaLocation.getMethod()
Get the method which contains the point of execution.
|
|
|
JavaMember.getModifiers()
Get the set of modifiers for this field or method - a set of bits
|
|
JavaClass.getModifiers()
Return the Java language modifiers for this class.
|
|
JavaRuntimeMemoryCategory.getName()
Gets the name of this category.
|
|
JavaThread.getName()
Return the name of the thread.
|
|
JavaMonitor.getName()
Note that the name of a JavaMonitor is not necessarily meaningful but is provided here as it is
usually present in the running VM.
|
|
JavaMember.getName()
Get the name of the field or method
|
|
JavaClass.getName()
Get the name of the class.
|
JavaThread.getObject()
Fetch the java.lang.Thread associated with this thread.
|
|
JavaClassLoader.getObject()
Get the java.lang.ClassLoader instance associated with this class loader.
|
|
JavaClass.getObject()
Fetch the java.lang.Class object associated with this class.
|
|
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address
address in the heap.
|
|
|
JavaVMOption.getOptionString()
Fetch the optionString component of the option.
|
JavaMonitor.getOwner()
Get the thread which currently owns the monitor
|
|
|
JavaObject.getPersistentHashcode()
Fetch the basic hash code of the object in the image.
|
|
JavaThread.getPriority()
Get the Java priority of the thread.
|
|
JavaReference.getReachability()
Get the reachability of the target object via this specific reference.
|
|
JavaReference.getReferenceType()
Get the reference type, as defined in the JVMTI specification.
|
|
JavaReference.getRootType()
Get the root type, as defined in the JVMTI specification.
|
|
JavaRuntimeMemoryCategory.getShallowAllocations()
Gets number of allocations recorded against this category.
|
|
JavaRuntimeMemoryCategory.getShallowBytes()
Gets number of bytes allocated under this category.
|
|
JavaField.getShort(JavaObject object)
Get the contents of a short field
|
|
JavaMember.getSignature()
Get the signature of the field or method
|
|
JavaObject.getSize()
Get the number of bytes of memory occupied by this object.
|
|
JavaReference.getSource()
Get the source of this reference if available.
|
|
JavaThread.getState()
Get the state of the thread when the image was created.
|
|
JavaField.getString(JavaObject object)
Get the contents of a string field
|
JavaClass.getSuperclass()
Get the immediate superclass of this class.
|
|
|
JavaReference.getTarget()
Get the object referred to by this reference.
|
|
JavaRuntime.getTraceBuffer(java.lang.String bufferName,boolean formatted)
Fetches implementation specific trace buffers, like the verbose GC buffer
or the Universal Trace Engine (UTE) buffer
|
|
JavaVMInitArgs.getVersion()
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM.
|
|
JavaObject.isArray()
Is this object an array ?
|
|
JavaClass.isArray()
Is this an array class ?
|
|
JavaReference.isClassReference()
Does this reference point to a class?
|
|
JavaReference.isObjectReference()
Does this reference point to an object in the heap?
|
Uses of CorruptDataException in com.ibm.dtfj.runtime
Modifier and Type | Method and Description |
---|---|
|
ManagedRuntime.getFullVersion()
Deprecated. Use "getVersion()" instead
|
|
ManagedRuntime.getVersion()
Get the version data available for this runtime instance.
|