| Package | Description |
|---|---|
| org.openjdk.jmc.common.util | |
| org.openjdk.jmc.flightrecorder.internal.parser | |
| org.openjdk.jmc.flightrecorder.stacktrace |
| Modifier and Type | Field and Description |
|---|---|
private SimpleArray<T> |
SortedHead.tail |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
SortedHead.addSorted(java.util.Iterator<? extends T> sourceIterator,
T[] fullHead,
SimpleArray<T> tail,
java.util.Comparator<? super T> comparator)
Convenience method for sorting items into a head of fixed size and a growable tail.
|
| Constructor and Description |
|---|
SortedHead(T[] head,
SimpleArray<T> tail,
java.util.Comparator<? super T> comparator) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SimpleArray<IItem>> |
RepositoryBuilder.InstantEventTypeEntry.eventsLanes |
| Modifier and Type | Method and Description |
|---|---|
private SimpleArray<IItem> |
RepositoryBuilder.InstantEventTypeEntry.createLane() |
| Modifier and Type | Field and Description |
|---|---|
(package private) SimpleArray<IItem> |
StacktraceModel.FrameEntry.items |
private SimpleArray<IItem> |
StacktraceFrame.items |
| Modifier and Type | Method and Description |
|---|---|
SimpleArray<IItem> |
StacktraceFrame.getItems() |
| Modifier and Type | Method and Description |
|---|---|
private static StacktraceModel.FrameEntry |
StacktraceModel.findEntryForFrame(SimpleArray<StacktraceModel.FrameEntry> entries,
IMCFrame frame,
FrameSeparator frameSeparator)
Find or create a matching FrameEntry for a frame.
|
| Constructor and Description |
|---|
Branch(StacktraceModel.Fork parent,
SimpleArray<IItem> items,
IMCFrame frame,
int siblingIndex,
int itemOffsetInFork) |
StacktraceFrame(SimpleArray<IItem> items,
IMCFrame frame,
StacktraceModel.Branch branch,
int indexInBranch) |