Class Storage.MarkHolderAndHandle

  • Enclosing class:
    Storage

    public static final class Storage.MarkHolderAndHandle
    extends java.lang.Object
    This class is needed to work around a race condition where a newly created MarkHolder could be GC'd before the caller of Storage.allocateMarkHolder() can consume the results. The provided MarkHolder is strongly reachable.