8259451: Zero: skip serviceability/sa tests, set vm.hasSA to false
Reviewed-by: sgehwolf, cjplummer
This commit is contained in:
parent
bb247b02c8
commit
3974fd4f33
@ -226,6 +226,9 @@ public class Platform {
|
||||
* on this platform.
|
||||
*/
|
||||
public static boolean hasSA() {
|
||||
if (isZero()) {
|
||||
return false; // SA is not enabled.
|
||||
}
|
||||
if (isAix()) {
|
||||
return false; // SA not implemented.
|
||||
} else if (isLinux()) {
|
||||
|
Loading…
Reference in New Issue
Block a user