String |
JavaRuntimeMemorySection.getAllocator() |
Returns string describing the code that allocated this memory section.
|
JavaObject |
JavaThread.getBlockingObject() |
For threads that are in STATE_BLOCKED_ON_MONITOR_ENTER this method returns the JavaObject who's monitor they are blocked on.
|
JavaClass |
JavaMember.getDeclaringClass() |
Get the class which declares this field or method
|
ImagePointer |
JavaVMOption.getExtraInfo() |
Fetch the extraInfo component of this option.
|
String |
JavaLocation.getFilename() |
Get the source file name.
|
long |
JavaObject.getHashcode() |
Fetch the basic hash code for the object.
|
JavaHeap |
JavaObject.getHeap() |
Gets the heap where this object is located.
|
boolean |
JavaVMInitArgs.getIgnoreUnrecognized() |
Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM.
|
ImageThread |
JavaThread.getImageThread() |
Represents the joining point between the Java view of execution and the corresponding native view.
|
long |
JavaClass.getInstanceSize() |
Returns the size in bytes of an instance of this class on the heap.
|
JavaVMInitArgs |
JavaRuntime.getJavaVMInitArgs() |
Fetch the JavaVMInitArgs which were used to create this VM.
|
Properties |
JavaRuntime.getJITProperties() |
Get any vendor specific properties in use by the JIT for this Java runtime
|
int |
JavaLocation.getLineNumber() |
Get the line number.
|
Iterator |
JavaRuntime.getMemoryCategories() |
Returns iterator of the top-level memory categories used by this
Java runtime.
|
JavaRuntimeMemoryCategory |
JavaRuntimeMemorySection.getMemoryCategory() |
Returns memory category this section was allocated under.
|
Iterator |
JavaRuntime.getMemorySections(boolean includeFreed) |
Returns an iterator of JavaRuntimeMemorySection objects corresponding to the blocks of memory allocated by the JavaRuntime.
|
Iterator |
JavaRuntimeMemoryCategory.getMemorySections(boolean includeFreed) |
Gets iterator of memory sections allocated against this category.
|
JavaObject |
JavaRuntime.getObjectAtAddress(ImagePointer address) |
Gets the object located at address address in the heap.
|
Iterator |
JavaVMInitArgs.getOptions() |
Fetch the options used to start this VM, in the order they were originally specified.
|
String |
JavaVMOption.getOptionString() |
Fetch the optionString component of the option.
|
long |
JavaObject.getPersistentHashcode() |
Fetch the basic hash code of the object in the image.
|
JavaObject |
JavaClass.getProtectionDomain() |
Returns the protection domain for this class.
|
Object |
JavaReference.getSource() |
Get the source of this reference if available.
|
long |
JavaRuntime.getStartTime() |
Get the time when the JVM was started.
|
long |
JavaRuntime.getStartTimeNanos() |
Get the value of the JVM's high-resolution timer when the JVM was started.
|
Object |
JavaReference.getTarget() |
Get the object referred to by this reference.
|
int |
JavaVMInitArgs.getVersion() |
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM.
|
boolean |
JavaReference.isClassReference() |
Does this reference point to a class?
|
boolean |
JavaRuntime.isJITEnabled() |
Determine if the JIT was enabled for this Java runtime.
|
boolean |
JavaReference.isObjectReference() |
Does this reference point to an object in the heap?
|