Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.flightrecorder.jdk |
Modifier and Type | Method and Description |
---|---|
static <T> IAttribute<T> |
Attribute.canonicalize(Attribute<T> key)
Set
key as the canonical (and only allowed) attribute for its equivalence class. |
private static <T> IAttribute<T> |
Attribute.getCanonical(Attribute<T> key)
If the attribute
key has a canonical equivalent, get that. |
Modifier and Type | Method and Description |
---|---|
private static Attribute<IQuantity> |
JdkAttributes.createCodeHeapAttribute(IAttribute<IQuantity> attribute,
java.lang.String codeHeap,
java.lang.String identifier,
java.lang.String name,
java.lang.String description,
ContentType<IQuantity> contentType)
Workaround for badly constructed JDK 9 segmented code cache events.
|