8242527: ZGC: TestUncommit.java fails due to "Exception: Uncommitted too fast"

Reviewed-by: eosterlund
This commit is contained in:
Per Lidén 2020-05-31 23:15:05 +02:00
parent 0082c69496
commit 116aee4950

View File

@ -98,7 +98,8 @@ public class TestUncommit {
// Verify
if (enabled) {
if (beforeUncommit == beforeAlloc) {
throw new Exception("Uncommitted too fast");
// Temporarily disabled pending JDK-8245208
// throw new Exception("Uncommitted too fast");
}
if (afterUncommit >= afterAlloc) {