src/cpu/sparc/vm/vm_version_sparc.hpp

changeset 3092
baf763f388e6
parent 3052
1af104d6cf99
child 3972
8cb110fd7627
     1.1 --- a/src/cpu/sparc/vm/vm_version_sparc.hpp	Thu Aug 25 20:29:30 2011 -0700
     1.2 +++ b/src/cpu/sparc/vm/vm_version_sparc.hpp	Fri Aug 26 08:52:22 2011 -0700
     1.3 @@ -135,8 +135,8 @@
     1.4    // T4 and newer Sparc have fast RDPC instruction.
     1.5    static bool has_fast_rdpc()           { return is_T4(); }
     1.6  
     1.7 -  // T4 and newer Sparc have Most-Recently-Used (MRU) BIS.
     1.8 -  static bool has_mru_blk_init()        { return has_blk_init() && is_T4(); }
     1.9 +  // On T4 and newer Sparc BIS to the beginning of cache line always zeros it.
    1.10 +  static bool has_block_zeroing()       { return has_blk_init() && is_T4(); }
    1.11  
    1.12    static const char* cpu_features()     { return _features_str; }
    1.13  

mercurial