src/cpu/sparc/vm/vm_version_sparc.cpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1930
3657cb01ffc5
child 2085
f55c4f82ab9d
     1.1 --- a/src/cpu/sparc/vm/vm_version_sparc.cpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/cpu/sparc/vm/vm_version_sparc.cpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -65,13 +65,6 @@
     1.4        FLAG_SET_DEFAULT(UseInlineCaches, false);
     1.5      }
     1.6  #ifdef _LP64
     1.7 -    // Single issue niagara1 is slower for CompressedOops
     1.8 -    // but niagaras after that it's fine.
     1.9 -    if (!is_niagara1_plus()) {
    1.10 -      if (FLAG_IS_DEFAULT(UseCompressedOops)) {
    1.11 -        FLAG_SET_ERGO(bool, UseCompressedOops, false);
    1.12 -      }
    1.13 -    }
    1.14      // 32-bit oops don't make sense for the 64-bit VM on sparc
    1.15      // since the 32-bit VM has the same registers and smaller objects.
    1.16      Universe::set_narrow_oop_shift(LogMinObjAlignmentInBytes);

mercurial