static bool compressedOOPSEnabled_is64bitHotSpot; static bool compressedOOPSEnabled_compressedOOPS; static bool compressedOOPSEnabled_checked; static simplyCached bool compressedClassPointersEnabled() { ret is64BitVM() && !isFalse(getHotspotVMOption("UseCompressedClassPointers")); }