org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileIntAtomicityTest

null

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 18532 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 139458 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 112476 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 33414 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 1381841 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 139999 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 1207768 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 98492 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 1555432 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 10798 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 303705 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 266205 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 2925660 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 515360 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 1376571 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 323299 ACCEPTABLE Default value for the field. Observers are allowed to see the default value for the field, because there is the data race between reader and writer.