Class BiasedLockingRevocationRule

  • All Implemented Interfaces:
    IRule

    public final class BiasedLockingRevocationRule
    extends Object
    implements IRule
    This rule is making use of the new dedicated biased locking revocation events available in JDK 10/18.3. It will fire whenever a class is excluded from biased lockings, or whenever there have been more than 15 revocations (can be configured) for a particular class.