Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.38 KB

jcstress-examples

Build Status License

The Java Concurrency Stress tests (jcstress) part of the OpenJDK and is an experimental harness and a suite of tests to aid the research in the correctness of concurrency support in the JVM, class libraries, and hardware.

This project provides an outline on how to build and execute jcstress test cases. It uses the jcstress-gradle-plugin for gradle integration.

Usage

Simply compile and run the tests via

gradle jcstress

This will generate a test report in ./build/reports/jcstress

For further execution options refer to the jcstress-gradle-plugin documentation.

Further references