--- old/hotspot/src/share/vm/runtime/arguments.cpp 2009-10-08 17:31:01.000000000 +0100 +++ new/hotspot/src/share/vm/runtime/arguments.cpp 2009-10-08 17:31:00.000000000 +0100 @@ -1229,6 +1229,7 @@ } } +#ifndef ZERO #ifdef _LP64 // Check that UseCompressedOops can be set with the max heap size allocated // by ergonomics. @@ -1254,6 +1255,7 @@ // Also checks that certain machines are slower with compressed oops // in vm_version initialization code. #endif // _LP64 +#endif // !ZERO } void Arguments::set_parallel_gc_flags() {