Skip to content

lkoniecki/jmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Memory Model tests

Tests are using http://openjdk.java.net/projects/code-tools/jcstress/ harness tool.

How to run tests?

  • Install JDK9 (current version of jcstress requires JDK9),
  • Clone jcstress from the repository
hg clone http://hg.openjdk.java.net/code-tools/jcstress/ jcstress
  • Copy tests to
jcstress\tests-custom\src
  • Compile jcstress and tests
 cd jcstress
 mvn clean install -pl tests-custom -am
  • Launch tests
java -jar tests-custom/target/jcstress.jar -t "*.DataRace*.*"
  • You will find tests results in the jcstress\results directory

About

Java Memory Model tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages