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

null

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1, -1, -1, -1, -1 79386 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 5354 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, -1, -1, -1, -1 1111703 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 8467 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 107874 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 6536 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 359582 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 49148 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 181696 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 13174 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 555555 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 1055 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 554691 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 4759 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 1953565 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.
0, 0, 0, 0, 0, 0, 0, 0 51205 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.