diff src/share/vm/runtime/arguments.cpp @ 1010:354d3184f6b2

6890308: integrate zero assembler hotspot changes Reviewed-by: never Contributed-by: gbenson@redhat.com
author never
date Tue, 13 Oct 2009 12:04:21 -0700
parents 54b3b351d6f9
children 323bd24c6520 473cce303f13
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Oct 07 15:38:37 2009 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Tue Oct 13 12:04:21 2009 -0700
@@ -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() {