Class BlackholeConsecutiveBench_jmhType_B2
- java.lang.Object
-
- org.openjdk.jmh.benchmarks.BlackholeConsecutiveBench
-
- org.openjdk.jmh.benchmarks.jmh_generated.BlackholeConsecutiveBench_jmhType_B1
-
- org.openjdk.jmh.benchmarks.jmh_generated.BlackholeConsecutiveBench_jmhType_B2
-
- Direct Known Subclasses:
BlackholeConsecutiveBench_jmhType_B3
public class BlackholeConsecutiveBench_jmhType_B2 extends BlackholeConsecutiveBench_jmhType_B1
-
-
Field Summary
Fields Modifier and Type Field Description intsetupInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2>tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description BlackholeConsecutiveBench_jmhType_B2()
-
Method Summary
-
Methods inherited from class org.openjdk.jmh.benchmarks.BlackholeConsecutiveBench
test_Array_1, test_Array_4, test_Array_8, test_boolean_1, test_boolean_4, test_boolean_8, test_byte_1, test_byte_4, test_byte_8, test_char_1, test_char_4, test_char_8, test_double_1, test_double_4, test_double_8, test_float_1, test_float_4, test_float_8, test_int_1, test_int_4, test_int_8, test_long_1, test_long_4, test_long_8, test_Object_1, test_Object_4, test_Object_8, test_short_1, test_short_4, test_short_8
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<BlackholeConsecutiveBench_jmhType_B2> tearInvocationMutexUpdater
-
-