Tag: bytecode

Translation of 'switch' into Java bytecode We'll see how java compiler translates to bytecode different shades of 'switch' statement since Java 1 up to Java 12, which challenges arise during this process and how they are solved. This talk is aimed for people who are interested in Java platform internals and may be helpful if [...]
Read more
Java 4..12, Kotlin, Code Coverage and their best friend — bytecode: scandals, intrigues, investigations Do you know what is inside of your class files? Are you ready to bet? Let's have fun by diving into bytecode pattern matching and explore how different compilers (Java/Kotlin) and their different versions, including recently released javac 12 and kotlinc [...]
Read more