Examples showing how to use VMLens to write multi-threaded tests for the JVM.
While VMLens only needs JDK 9 the examples require at least JDK 21, since the example project contains examples using Projects which require higher JDK Versions than VMLens itself.
Includes the following examples:
com.vmlens.tutorial.TestIncrementshows the basics of a vmlens test. See Tutorial for a description.