src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp

changeset 5694
7944aba7ba41
parent 5283
46c544b8fbfc
child 6198
55fb97c4c58d
     1.1 --- a/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp	Fri Sep 06 11:11:19 2013 -0700
     1.2 +++ b/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp	Mon Aug 12 17:37:02 2013 +0200
     1.3 @@ -186,7 +186,7 @@
     1.4      set((intx)markOopDesc::prototype(), t1);
     1.5    }
     1.6    st_ptr(t1, obj, oopDesc::mark_offset_in_bytes());
     1.7 -  if (UseCompressedKlassPointers) {
     1.8 +  if (UseCompressedClassPointers) {
     1.9      // Save klass
    1.10      mov(klass, t1);
    1.11      encode_klass_not_null(t1);
    1.12 @@ -196,7 +196,7 @@
    1.13    }
    1.14    if (len->is_valid()) {
    1.15      st(len, obj, arrayOopDesc::length_offset_in_bytes());
    1.16 -  } else if (UseCompressedKlassPointers) {
    1.17 +  } else if (UseCompressedClassPointers) {
    1.18      // otherwise length is in the class gap
    1.19      store_klass_gap(G0, obj);
    1.20    }

mercurial