org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.ByteTest

Tests if operations on buffers are atomic.

[1] [2]

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

Observed state Occurrence Expectation Interpretation
-1 68142 ACCEPTABLE Seeing the complete update.
0 37058 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 53377 ACCEPTABLE Seeing the complete update.
0 23293 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 304865 ACCEPTABLE Seeing the complete update.
0 15205 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 42650 ACCEPTABLE Seeing the complete update.
0 24840 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 263417 ACCEPTABLE Seeing the complete update.
0 7073 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 150684 ACCEPTABLE Seeing the complete update.
0 12326 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 168559 ACCEPTABLE Seeing the complete update.
0 67251 ACCEPTABLE Seeing the default value, this is valid under race.

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

Observed state Occurrence Expectation Interpretation
-1 450244 ACCEPTABLE Seeing the complete update.
0 146126 ACCEPTABLE Seeing the default value, this is valid under race.