Learn how Compressed Oops is used on 64-bit systems to represent references to Java objects with 32 bits instead of 64, significantly reducing memory requirements. The technique allows addressing 32 GB of memory using 32-bit pointers by positioning Java objects at memory addresses divisible by eight and shifting bits.
Table of contents
What is a 64-Bit System?How does Compressed Oops Work?Compressed Oops are Enabled by DefaultConclusion1 Comment
Sort: