< prev index next >

test/hotspot/jtreg/runtime/Dictionary/CleanProtectionDomain.java

Print this page

        

*** 76,86 **** int cnt = 0; while (true) { if (cnt++ % 30 == 0) { System.gc(); } ! removedCount = wb.resolvedMethodRemovedCount(); if (removedCountOrig != removedCount) { break; } Thread.sleep(100); } --- 76,86 ---- int cnt = 0; while (true) { if (cnt++ % 30 == 0) { System.gc(); } ! removedCount = wb.protectionDomainRemovedCount(); if (removedCountOrig != removedCount) { break; } Thread.sleep(100); }
< prev index next >