org.openjdk.jcstress.tests.locks.mutex.ReentrantRWLockMutexTests.I_F.LI_TLt

Tests the mutual exclusion

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 110321 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 213429 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 43493 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 303727 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 130617 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 212833 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 25981 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 57839 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 115049 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 95161 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 37438 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 78832 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 72284 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 229826 ACCEPTABLE T1 -> T2 execution

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 26113 ACCEPTABLE T2 -> T1 execution
1, -1 0 ACCEPTABLE One of the threads fails to acquire the lock. Other thread had succeeded.
1, 0 15907 ACCEPTABLE T1 -> T2 execution