mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-14 15:39:45 +00:00
8046769: Set T family feature bit on Niagara systems
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
1e5168fced
commit
da1c36533e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user