public class Blackhole_jmh_B2 extends Blackhole_jmh_B1
Modifier and Type | Field and Description |
---|---|
byte |
b1 |
byte |
b2 |
boolean |
bool1 |
boolean |
bool2 |
char |
c1 |
char |
c2 |
double |
d1 |
double |
d2 |
float |
f1 |
float |
f2 |
int |
i1 |
int |
i2 |
long |
l1 |
long |
l2 |
org.openjdk.jmh.infra.BlackholeL2 |
nullBait |
Object |
obj1 |
Object[] |
objs1 |
short |
s1 |
short |
s2 |
int |
setupInvocationMutex |
static AtomicIntegerFieldUpdater<Blackhole_jmh_B2> |
setupInvocationMutexUpdater |
int |
setupIterationMutex |
static AtomicIntegerFieldUpdater<Blackhole_jmh_B2> |
setupIterationMutexUpdater |
int |
setupTrialMutex |
static AtomicIntegerFieldUpdater<Blackhole_jmh_B2> |
setupTrialMutexUpdater |
int |
tearInvocationMutex |
static AtomicIntegerFieldUpdater<Blackhole_jmh_B2> |
tearInvocationMutexUpdater |
int |
tearIterationMutex |
static AtomicIntegerFieldUpdater<Blackhole_jmh_B2> |
tearIterationMutexUpdater |
int |
tearTrialMutex |
static AtomicIntegerFieldUpdater<Blackhole_jmh_B2> |
tearTrialMutexUpdater |
int |
tlr |
int |
tlrMask |
Constructor and Description |
---|
Blackhole_jmh_B2() |
public volatile int setupTrialMutex
public volatile int tearTrialMutex
public static final AtomicIntegerFieldUpdater<Blackhole_jmh_B2> setupTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<Blackhole_jmh_B2> tearTrialMutexUpdater
public volatile int setupIterationMutex
public volatile int tearIterationMutex
public static final AtomicIntegerFieldUpdater<Blackhole_jmh_B2> setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<Blackhole_jmh_B2> tearIterationMutexUpdater
public volatile int setupInvocationMutex
public volatile int tearInvocationMutex
public static final AtomicIntegerFieldUpdater<Blackhole_jmh_B2> setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<Blackhole_jmh_B2> tearInvocationMutexUpdater
public volatile byte b1
public volatile boolean bool1
public volatile char c1
public volatile short s1
public volatile int i1
public volatile long l1
public volatile float f1
public volatile double d1
public byte b2
public boolean bool2
public char c2
public short s2
public int i2
public long l2
public float f2
public double d2
public volatile Object obj1
public volatile Object[] objs1
public volatile org.openjdk.jmh.infra.BlackholeL2 nullBait
public int tlr
public volatile int tlrMask
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.