Fixing your performance and concurrency bugs before they bite you

Virtual Room 2

16:10 - 16:50

Java language

Performance and concurrency bugs are the most difficult to find types of bugs. Once they are released in production, they tend to hide and wait for the right moment to attack you in unexpected ways, which makes them so difficult to catch. In this presentation, I will show you several of those defects in Java code from practice and how they can hurt you. Additionally, I will present you our solution: our own, open sourced tooling to detect these hidden bugs in your Java code. This enables you to extinct those bugs at the source, avoid the hunting and assure they will not bite you.