org.openjdk.jcstress.tests.locks.mutex.ReentrantLockMutexTests.I_N.L_TLt

Tests the mutual exclusion

JVM options: [-Xint] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 5809 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 35011 ACCEPTABLE T1 -> T2 execution

JVM options: [-server, -XX:-TieredCompilation] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 153164 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 243286 ACCEPTABLE T1 -> T2 execution

JVM options: [-server, -XX:+UnlockDiagnosticVMOptions, -XX:+StressLCM, -XX:+StressGCM] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 67349 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 242661 ACCEPTABLE T1 -> T2 execution

JVM options: [-client] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 34410 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 125100 ACCEPTABLE T1 -> T2 execution

JVM options: [-client, -XX:-TieredCompilation] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 75102 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 130048 ACCEPTABLE T1 -> T2 execution

JVM options: [-server, -XX:-TieredCompilation, -XX:+UnlockDiagnosticVMOptions, -XX:+StressLCM, -XX:+StressGCM] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 225896 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 253194 ACCEPTABLE T1 -> T2 execution

JVM options: [-server] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 45649 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 111151 ACCEPTABLE T1 -> T2 execution

JVM options: [-XX:TieredStopAtLevel=1] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, 1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
0, 1 2035 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 376275 ACCEPTABLE T1 -> T2 execution