1 package io.netty.buffer.jmh_generated; 2 import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; 3 public class AbstractReferenceCountedByteBufBenchmark_jmhType_B2 extends AbstractReferenceCountedByteBufBenchmark_jmhType_B1 { 4 public volatile int setupTrialMutex; 5 public volatile int tearTrialMutex; 6 public final static AtomicIntegerFieldUpdater<AbstractReferenceCountedByteBufBenchmark_jmhType_B2> setupTrialMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(AbstractReferenceCountedByteBufBenchmark_jmhType_B2.class, "setupTrialMutex"); 7 public final static AtomicIntegerFieldUpdater<AbstractReferenceCountedByteBufBenchmark_jmhType_B2> tearTrialMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(AbstractReferenceCountedByteBufBenchmark_jmhType_B2.class, "tearTrialMutex"); 8 9 public volatile int setupIterationMutex; 10 public volatile int tearIterationMutex; 11 public final static AtomicIntegerFieldUpdater<AbstractReferenceCountedByteBufBenchmark_jmhType_B2> setupIterationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(AbstractReferenceCountedByteBufBenchmark_jmhType_B2.class, "setupIterationMutex"); 12 public final static AtomicIntegerFieldUpdater<AbstractReferenceCountedByteBufBenchmark_jmhType_B2> tearIterationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(AbstractReferenceCountedByteBufBenchmark_jmhType_B2.class, "tearIterationMutex"); 13 14 public volatile int setupInvocationMutex; 15 public volatile int tearInvocationMutex; 16 public final static AtomicIntegerFieldUpdater<AbstractReferenceCountedByteBufBenchmark_jmhType_B2> setupInvocationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(AbstractReferenceCountedByteBufBenchmark_jmhType_B2.class, "setupInvocationMutex"); 17 public final static AtomicIntegerFieldUpdater<AbstractReferenceCountedByteBufBenchmark_jmhType_B2> tearInvocationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(AbstractReferenceCountedByteBufBenchmark_jmhType_B2.class, "tearInvocationMutex"); 18 19 public volatile boolean readyTrial; 20 public volatile boolean readyIteration; 21 public volatile boolean readyInvocation; 22 }