src/cpu/sparc/vm/vm_version_sparc.cpp

changeset 2085
f55c4f82ab9d
parent 1934
e9ff18c4ace7
child 2269
ae065c367d93
     1.1 --- a/src/cpu/sparc/vm/vm_version_sparc.cpp	Wed Aug 18 01:22:16 2010 -0700
     1.2 +++ b/src/cpu/sparc/vm/vm_version_sparc.cpp	Thu Aug 19 14:51:47 2010 -0700
     1.3 @@ -112,6 +112,11 @@
     1.4      }
     1.5    }
     1.6  
     1.7 +#ifdef COMPILER2
     1.8 +  // Currently not supported anywhere.
     1.9 +  FLAG_SET_DEFAULT(UseFPUForSpilling, false);
    1.10 +#endif
    1.11 +
    1.12    char buf[512];
    1.13    jio_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s%s%s%s%s%s",
    1.14                 (has_v8() ? ", has_v8" : ""),

mercurial