The JVM ‘Invoke…’ Instructions

Ever taken a peek at the Java bytecode of a class to see what is really going on under-the-hood especially with the various method calls ???

There are five different JVM method invocation instructions and they come into play at different scenarios. Here is the link to the article introducing the various JVMinvoke…‘ instructions:

The JVM ‘Invoke…’ Instructions

Enjoy 🙂 !!!

Introduction to Byte Buddy

Ever wondered what is the one common powerful “ingredient” between two popular Java frameworks Hibernate and Mockito ???

Byte Buddy is a popular Java code generation and manipulation library that is common between the two mentioned frameworks. Here is the link to the article introducing the Byte Buddy library:

Introduction to Byte Buddy

Enjoy 🙂 !!!