Skip to content

jwoschitz/jcstress-examples

Repository files navigation

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

About

Examples for Java Concurrency Stress (jcstress) tests with gradle integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages