Apparently there are problems with the shared memo...
# random
c
Apparently there are problems with the shared memory implementation in WSL. Unless you disable the JIT using
export JAVA_OPTIONS="-Xint"
you will probably just get a hanging program. With JIT disabled you discover what the people on the JVM team has really been doing.