Last active
December 12, 2015 10:18
-
-
Save nitsanw/4758322 to your computer and use it in GitHub Desktop.
Results for running atomicity test across cache lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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