@@ -76,11 +76,11 @@ int cnt = 0; while (true) { if (cnt++ % 30 == 0) { System.gc(); } - removedCount = wb.resolvedMethodRemovedCount(); + removedCount = wb.protectionDomainRemovedCount(); if (removedCountOrig != removedCount) { break; } Thread.sleep(100); }