--- old/test/gc/stress/gclocker/TestGCLocker.java 2017-04-18 11:50:26.753308549 +0200 +++ new/test/gc/stress/gclocker/TestGCLocker.java 2017-04-18 11:50:26.597307776 +0200 @@ -162,7 +162,6 @@ while (!shouldExit()) { load(); - ThreadUtils.sleep(100); } } } @@ -175,7 +174,6 @@ byte[] array = new byte[1024 * 1024]; while (!shouldExit()) { fillWithRandomValues(array); - ThreadUtils.sleep(10); } } }