Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal.parser | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.factories |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentHashMap<java.lang.Object,CanonicalConstantMap<java.lang.Object>> |
LoaderContext.constantsByType |
Modifier and Type | Method and Description |
---|---|
CanonicalConstantMap<java.lang.Object> |
LoaderContext.getConstantPool(java.lang.Object poolKey) |
Modifier and Type | Field and Description |
---|---|
private CanonicalConstantMap<IMCMethod> |
MethodFactory.methodMap |
private CanonicalConstantMap<JfrThread> |
OSThreadFactory.threadsMap |
private CanonicalConstantMap<IMCStackTrace> |
StackTraceFactory.traceMap |
private CanonicalConstantMap<IMCType> |
TypeFactory.typeMap |
Constructor and Description |
---|
MethodFactory(ValueDescriptor[] descriptors,
CanonicalConstantMap<IMCMethod> methodMap) |
OSThreadFactory(CanonicalConstantMap<JfrThread> threadsMap) |
StackTraceFactory(ValueDescriptor[] traceDescriptors,
CanonicalConstantMap<IMCStackTrace> traceMap) |
TypeFactory(ValueDescriptor[] descriptors,
CanonicalConstantMap<IMCType> typeMap) |