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

null

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 1404688 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 118872 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 1153406 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 33504 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 87490 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 24920 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 2228852 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 41758 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, -XX:+UnlockDiagnosticVMOptions, -XX:+StressLCM, -XX:+StressGCM] Iterations: 5 Time: 200

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 72454 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 60316 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 2771969 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 2111 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 1229971 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 10749 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 1078673 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0 17727 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.