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.
|
* on this platform.
|
||||||
*/
|
*/
|
||||||
public static boolean hasSA() {
|
public static boolean hasSA() {
|
||||||
|
if (isZero()) {
|
||||||
|
return false; // SA is not enabled.
|
||||||
|
}
|
||||||
if (isAix()) {
|
if (isAix()) {
|
||||||
return false; // SA not implemented.
|
return false; // SA not implemented.
|
||||||
} else if (isLinux()) {
|
} else if (isLinux()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user