Dmitry Vyazelenko | Devoxx

Dmitry Vyazelenko
Dmitry Vyazelenko Twitter

From Safepoint Ost GmbH

Software developer, conference speaker and a disorganizer of JCrete (http://www.jcrete.org/) and JAlba (http://jalba.scot/) unconferences, passionate about concurrency and performance.

Blog: https://vyazelenko.com

java Java Language & Server Side

What Lies Beneath

Conference

Did you ever asked yourself a question: What really happens when your Java program runs? After the transformation from Java source through bytecode and machine code to microcode, and the various optimizations that take place along the way, the instructions that are actually executed may be very different from what you imagined when you wrote the program. This session shows you tools and techniques for tracing that path. You’ll see what a simple program actually looks like when it really hits the hardware.