This commit is contained in:
Clebert Suconic 2019-12-16 09:39:52 -05:00
commit 23e26b3cfb
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ public class ThreadLeakCheckRule extends TestWatcher {
return true;
} else if (javaVendor.contains("IBM") && threadName.equals("MemoryPoolMXBean notification dispatcher")) {
return true;
} else if (javaVendor.contains("IBM") && threadName.contains("MemoryMXBean")) {
return true;
} else if (threadName.contains("globalEventExecutor")) {
return true;
} else if (threadName.contains("threadDeathWatcher")) {