Have something interesting to share with Java Eastern Europe community?
Become a speaker now
Nikita Koval

Nikita Koval

Software Engineer at Devexperts, Russia

Nikita works as a research engineer at the dxLab research group at Devexperts. He is also a student at ITMO university and teaches a course on concurrent programming at the same university.

Speaker's activity
How to find deadlock without getting into it
May 27th
11:05 - 11:50
Talk
Russian

Deadlocks are one of the main problems in multithreaded programming. This talk presents Dl-Check – a novel tool for detecting potential deadlocks at runtime of Java programs. In order to implement this tool, the bytecode instrumentation is required as well as the ASM framework is advantageous.

In the first part of the talk, the general approach and the algorithm for online detection of potential deadlocks will be presented. As for the second part, byte-code instrumentation and several useful techniques and associated cases related to it will be discussed.

Slides
Video