src/share/vm/opto/type.cpp

changeset 5694
7944aba7ba41
parent 5110
6f3fd5150b67
child 5710
884ed7a10f09
     1.1 --- a/src/share/vm/opto/type.cpp	Fri Sep 06 11:11:19 2013 -0700
     1.2 +++ b/src/share/vm/opto/type.cpp	Mon Aug 12 17:37:02 2013 +0200
     1.3 @@ -2381,7 +2381,7 @@
     1.4  #ifdef _LP64
     1.5    if (_offset != 0) {
     1.6      if (_offset == oopDesc::klass_offset_in_bytes()) {
     1.7 -      _is_ptr_to_narrowklass = UseCompressedKlassPointers;
     1.8 +      _is_ptr_to_narrowklass = UseCompressedClassPointers;
     1.9      } else if (klass() == NULL) {
    1.10        // Array with unknown body type
    1.11        assert(this->isa_aryptr(), "only arrays without klass");

mercurial