jvm-compressed-oops
Compressed OOPs in the JVM 1. Overview The JVM manages memory for us. This removes the memory management burden from the developers, so we don’t need to manipulate object pointers manually, which is proven to be time consuming and error-prone. Under the hood, the JVM incorporates a lot of nifty… Continue Reading jvm-compressed-oops