--- old/test/hotspot/jtreg/runtime/Dictionary/CleanProtectionDomain.java 2018-11-27 19:28:58.307602284 -0500 +++ new/test/hotspot/jtreg/runtime/Dictionary/CleanProtectionDomain.java 2018-11-27 19:28:57.963602268 -0500 @@ -78,7 +78,7 @@ if (cnt++ % 30 == 0) { System.gc(); } - removedCount = wb.resolvedMethodRemovedCount(); + removedCount = wb.protectionDomainRemovedCount(); if (removedCountOrig != removedCount) { break; }