What is -XX:+UseCompressedOops in 64 bit JVM
-XX:UseCompressedOops option is available in 64 bit JVM and allows better performance by reducing size of OOPS pointer and improving CPU Caching. By using +XX:UseCompressedOops we can leverage large heap size of 64 bit JVM with CPU caching of 32 bit ...
javarevisited.blogspot.com |