--- old/test/hotspot/jtreg/runtime/SharedArchiveFile/SpaceUtilizationCheck.java 2019-02-11 09:18:01.724431761 -0800 +++ new/test/hotspot/jtreg/runtime/SharedArchiveFile/SpaceUtilizationCheck.java 2019-02-11 09:18:01.600427302 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -102,7 +102,7 @@ } } } - if (checked.size() != 5) { + if (checked.size() != 4) { throw new RuntimeException("Must have 5 consecutive, fully utilized regions"); } }