Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jan 11, 2021
2 parents 605f3a6 + 3974fd4 commit 27dad3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/lib/jdk/test/lib/Platform.java
Expand Up @@ -226,6 +226,9 @@ public static boolean isRoot() {
* 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()) {
Expand Down

0 comments on commit 27dad3b

Please sign in to comment.