org.openjdk.jcstress.tests.accessAtomic.varHandles.fields.plain.BooleanTest

null

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

Observed state Occurrence Expectation Interpretation
false 191623 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 2782417 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 53022 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 168478 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 18059 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 4663771 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 56557 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 31703 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 166674 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 1858956 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 257634 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 1980376 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 325805 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 362265 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.

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

Observed state Occurrence Expectation Interpretation
false 240670 ACCEPTABLE Default value for the field. Allowed to see this: data race.
true 2489950 ACCEPTABLE The value set by the actor thread. Observer sees the complete update.