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

null

[1]

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1, -1, -1, -1, -1 1395694 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 243156 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, -1, -1, -1, -1 119689 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 11901 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, -1, -1, -1, -1 1396926 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 27584 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, -1, -1, -1, -1 770999 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 3891 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, -1, -1, -1, -1 821726 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 2044 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, -1, -1, -1, -1 949368 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 1182 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, -1, -1, -1, -1 2122848 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 14082 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, -1, -1, -1, -1 1320623 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 5117 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.