Uses of Class
io.perfmark.impl.MarkHolder
Packages that use MarkHolder
Package
Description
Represents implementation pieces to make PerfMark work.
Java 6 based recorder and generator implementation.
Java 9+ enabled generator and mark-holder.
-
Uses of MarkHolder in io.perfmark.impl
Fields in io.perfmark.impl with type parameters of type MarkHolderModifier and TypeFieldDescriptionprivate static final ConcurrentMap<Object, Reference<MarkHolder>> Storage.allMarkHoldersMethods in io.perfmark.impl with parameters of type MarkHolderModifier and TypeMethodDescriptionstatic voidStorage.registerMarkHolder(MarkHolder markHolder) Note: it is the responsibility of the caller to keep a strong reference to the markHolder.static voidStorage.unregisterMarkHolder(MarkHolder markHolder) This method is meant to aid in cleanup. -
Uses of MarkHolder in io.perfmark.java15
Subclasses of MarkHolder in io.perfmark.java15Modifier and TypeClassDescription(package private) final classHiddenClassVarHandleMarkHolder is a MarkHolder optimized for wait free writes and few reads.(package private) class -
Uses of MarkHolder in io.perfmark.java6
Subclasses of MarkHolder in io.perfmark.java6 -
Uses of MarkHolder in io.perfmark.java9
Subclasses of MarkHolder in io.perfmark.java9