comparison src/cpu/sparc/vm/vm_version_sparc.cpp @ 1730:f55c4f82ab9d

6978249: spill between cpu and fpu registers when those moves are fast Reviewed-by: kvn
author never
date Thu, 19 Aug 2010 14:51:47 -0700
parents e9ff18c4ace7
children ae065c367d93
comparison
equal deleted inserted replaced
1729:13b87063b4d8 1730:f55c4f82ab9d
109 if (has_hardware_popc()) { 109 if (has_hardware_popc()) {
110 if (FLAG_IS_DEFAULT(UsePopCountInstruction)) { 110 if (FLAG_IS_DEFAULT(UsePopCountInstruction)) {
111 FLAG_SET_DEFAULT(UsePopCountInstruction, true); 111 FLAG_SET_DEFAULT(UsePopCountInstruction, true);
112 } 112 }
113 } 113 }
114
115 #ifdef COMPILER2
116 // Currently not supported anywhere.
117 FLAG_SET_DEFAULT(UseFPUForSpilling, false);
118 #endif
114 119
115 char buf[512]; 120 char buf[512];
116 jio_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s%s%s%s%s%s", 121 jio_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s%s%s%s%s%s",
117 (has_v8() ? ", has_v8" : ""), 122 (has_v8() ? ", has_v8" : ""),
118 (has_v9() ? ", has_v9" : ""), 123 (has_v9() ? ", has_v9" : ""),