Searched refs:sparc_string (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp136 char *sparc_string = strstr(buf, "sparc"); local
137 if (sparc_string != NULL) { features |= v8_instructions_m;
138 if (sparc_string[5] == 'v') {
139 if (sparc_string[6] == '8') {
140 if (sparc_string[7] == '-') { features |= hardware_mul32_m;
142 } else if (sparc_string[7] == 'p') features |= generic_v9_m;
144 } else if (sparc_string[6] == '9') features |= generic_v9_m;

Completed in 81 milliseconds