--- old/test/hotspot/jtreg/runtime/cds/SpaceUtilizationCheck.java 2019-10-10 17:16:49.218641613 -0700 +++ new/test/hotspot/jtreg/runtime/cds/SpaceUtilizationCheck.java 2019-10-10 17:16:48.962632425 -0700 @@ -76,6 +76,9 @@ if (name.equals("s0") || name.equals("s1")) { // String regions are listed at the end and they may not be fully occupied. break; + } else if (name.equals("bm")) { + // Bitmap space does not have a requested address. + break; } else { System.out.println("Checking " + name + " in : " + line); checked.put(name, name);