| Package | Description |
|---|---|
| net.openhft.chronicle.core | |
| net.openhft.chronicle.core.io | |
| net.openhft.chronicle.core.threads |
| Modifier and Type | Class and Description |
|---|---|
static class |
StackTrace.Less
A specialized
StackTrace that doesn't automatically fill in its own
call frames, so we can later call setStackTrace(...) with
another thread's frames. |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable StackTrace |
StackTrace.forThread(Thread t)
Creates a
StackTrace object for the specified thread. |
| Modifier and Type | Field and Description |
|---|---|
protected StackTrace |
AbstractCloseable.closedHere |
| Modifier and Type | Method and Description |
|---|---|
default StackTrace |
ManagedCloseable.createdHere()
Returns the stack trace of the location where the resource was created.
|
StackTrace |
TracingReferenceCounted.createdHere() |
StackTrace |
ReferenceCountedTracer.createdHere()
Retrieves the stack trace of the point where the object was created.
|
StackTrace |
AbstractCloseable.createdHere()
Returns the stack trace at the point this closeable resource was created.
|
StackTrace |
AbstractReferenceCounted.createdHere()
Returns the stack trace for where this resource was created.
|
StackTrace |
VanillaReferenceCounted.createdHere() |
| Modifier and Type | Method and Description |
|---|---|
static StackTrace |
ThreadDump.createdHereFor(Thread thread)
Retrieves the stack trace for a given thread.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadDump.add(Thread t,
StackTrace stackTrace)
Adds a thread with its stack trace to the map of monitored threads.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.