org.openjdk.jcstress.tests.atomics.integer.AtomicIntegerArrayInitialValueTest

Tests the visibility of AtomicIntegerArray initial values.

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 771453 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 477907 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 620657 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 389283 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 432808 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 1899562 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 42219 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 58951 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 226500 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 229770 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 639156 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 842514 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 870133 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 677217 ACCEPTABLE Acceptable to see a default value!

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

Observed state Occurrence Expectation Interpretation
-1, -1, -1, -1 17037 ACCEPTABLE Seeing null AtomicX, this is a legal race.
0, 0, 0, 0 11073 ACCEPTABLE Acceptable to see a default value!