> At the top of the archive there is a repro.sh (or repro.cmd for windows) > which reproduces the issue, JDK 1.8 included. I couldn't get it to hang on > a 1-cpu linux (vmware). on windows it hangs for me all the time. >
Update: hangs for me 100% under vmware/ubuntu if I bump the number of cpus to 2. So: cd /tmp wget http://ophelia.cs.put.poznan.pl/~dweiss/download/_g1gc.tar.gz tar -zxf _g1gc.tar.gz cd _g1gc ./repro.sh Dawid