8046769: Set T family feature bit on Niagara systems

Reviewed-by: kvn, iveresov
This commit is contained in:
Mikael Vidstedt 2014-06-16 16:27:41 -07:00
parent 1e5168fced
commit da1c36533e

View File

@ -55,7 +55,7 @@ int VM_Version::platform_features(int features) {
if (detect_niagara()) {
NOT_PRODUCT(if (PrintMiscellaneous && Verbose) tty->print_cr("Detected Linux on Niagara");)
features = niagara1_m;
features = niagara1_m | T_family_m;
}
return features;