hotspot/src/share/vm/oops/arrayOop.hpp
changeset 19979 ebe1dbb6e1aa
parent 13728 882756847a04
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/oops/arrayOop.hpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/hotspot/src/share/vm/oops/arrayOop.hpp	Mon Aug 12 17:37:02 2013 +0200
@@ -65,7 +65,7 @@
   // declared nonstatic fields in arrayOopDesc if not compressed, otherwise
   // it occupies the second half of the _klass field in oopDesc.
   static int length_offset_in_bytes() {
-    return UseCompressedKlassPointers ? klass_gap_offset_in_bytes() :
+    return UseCompressedClassPointers ? klass_gap_offset_in_bytes() :
                                sizeof(arrayOopDesc);
   }