hotspot/src/share/vm/opto/type.cpp
changeset 19979 ebe1dbb6e1aa
parent 17383 3665c0901a0d
child 19995 55af95bea4e7
--- a/hotspot/src/share/vm/opto/type.cpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/hotspot/src/share/vm/opto/type.cpp	Mon Aug 12 17:37:02 2013 +0200
@@ -2381,7 +2381,7 @@
 #ifdef _LP64
   if (_offset != 0) {
     if (_offset == oopDesc::klass_offset_in_bytes()) {
-      _is_ptr_to_narrowklass = UseCompressedKlassPointers;
+      _is_ptr_to_narrowklass = UseCompressedClassPointers;
     } else if (klass() == NULL) {
       // Array with unknown body type
       assert(this->isa_aryptr(), "only arrays without klass");