Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
asatarin committed Jul 19, 2024
1 parent 3c2efff commit 2aea296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ test both lock based and lock-free concurrent code on various platforms.

#### JCStress

* https://openjdk.org/projects/code-tools/jcstress/ — test harness to verify correctness of concurrency support in
the JVM, class libraries, and hardware.
* [JCStress](https://openjdk.org/projects/code-tools/jcstress/) — test harness to verify correctness of concurrency
support in the JVM, class libraries, and hardware.
* [Workshop: Java Concurrency Stress (JCStress). Part 1](https://youtu.be/koU38cczBy8)
and [Part 2](https://youtu.be/iTZNhknTGrg) by Aleksey Shipilëv
* [JCstress samples](https://github.com/openjdk/jcstress/tree/master/jcstress-samples/src/main/java/org/openjdk/jcstress/samples)
Expand All @@ -779,7 +779,7 @@ test both lock based and lock-free concurrent code on various platforms.

#### LinCheck

* https://github.com/JetBrains/lincheck — framework for testing concurrent data structures on JVM
* [LinCheck](https://github.com/JetBrains/lincheck) — framework for testing concurrent data structures on JVM
* [How We Test Concurrent Primitives in Kotlin Coroutines](https://blog.jetbrains.com/kotlin/2021/02/how-we-test-concurrent-primitives-in-kotlin-coroutines/)
from JetBrains blog
* [Lin-Check: Testing concurrent data structures in Java](https://youtu.be/hwbpUEGHvvY) talk by Nikita Koval
Expand Down

0 comments on commit 2aea296

Please sign in to comment.