Skip to content

Instantly share code, notes, and snippets.

@nitsanw
Last active December 12, 2015 10:18
Show Gist options
  • Save nitsanw/4758322 to your computer and use it in GitHub Desktop.
Save nitsanw/4758322 to your computer and use it in GitHub Desktop.
Results for running atomicity test across cache lines
$ java -jar target/java-concurrency-torture.jar -v -time 1000 -t .*DirectByteBufferUnalignedCrossLineAtomicityTests.*LongTest
Java Concurrency Torture Tests
---------------------------------------------------------------------------------
Running in forked mode...
Running each test for 1000ms
Each test does 10 internal loops
Look in results.html for the results
Running org.openjdk.concurrent.torture.tests.atomicity.crosscache.DirectByteBufferUnalignedCrossLineAtomicityTests$LongTest
Executing with 2 threads x 2 groups = 4 threads
Iterations .
Observed state Occurrences Expectation Interpretation
[-1] ( 1212977) UNKNOWN N/A
[255] ( 25) UNKNOWN N/A
[-256] ( 1856) UNKNOWN N/A
[0] ( 1352081) UNKNOWN N/A
[-4294967296] ( 1) UNKNOWN N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment