Gc Root
A GcRoot as identified by HprofRecord.HeapDumpRecord.GcRootRecord in the heap dump.
Inheritors
Types
Link copied to clipboard
An object that is in a queue, waiting for a finalizer to run.
Link copied to clipboard
An interned string, see java.lang.String.intern.
Link copied to clipboard
It's unclear what this is, documentation welcome.
Link copied to clipboard
Everything that called the wait() or notify() methods, or that is synchronized.
Link copied to clipboard
Input or output parameters in native code
Link copied to clipboard
It's unclear what this is, documentation welcome.
Link copied to clipboard
A system class
Link copied to clipboard
Link copied to clipboard
class ThreadObject(val id: Long, val threadSerialNumber: Int, val stackTraceSerialNumber: Int) : GcRoot
A thread.
Link copied to clipboard
An object that is unreachable from any other root, but not a root itself.
Link copied to clipboard
It's unclear what this is, documentation welcome.