hg: code-tools/jcstress: tests-custom: sample CountDownLatch tests.

aleksey.shipilev at oracle.com aleksey.shipilev at oracle.com
Thu Jul 21 20:04:31 UTC 2016


Changeset: 92056492425b
Author:    shade
Date:      2016-07-21 23:04 +0300
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/92056492425b

tests-custom: sample CountDownLatch tests.

+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/effects/IntBoundedTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/effects/IntUnboundedTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/effects/StringBoundedTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/effects/StringUnboundedTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/racy/BoundedSingleTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/racy/UnboundedSingleTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/waits/BoundedDoubleTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/waits/BoundedSingleTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/waits/UnboundedDoubleTest.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/countdownlatch/waits/UnboundedSingleTest.java



More information about the jcstress-dev mailing list