Skip to content

Commit ce999e4

Browse files
authored
Merge pull request ibmruntimes#600 from gin-nader/tom-fips-626-jdk17
Enable the z/OS platform for RestrictedSecurity mode
2 parents 89a4d0f + 43b1cf8 commit ce999e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

closed/src/java.base/share/classes/openj9/internal/security/RestrictedSecurity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public String[] run() {
107107
});
108108
final List<String> nssSupportedArch = List.of("amd64", "ppc64le", "s390x");
109109
final List<String> openjceplusCertifiedArch = List.of("amd64", "ppc64", "s390x");
110-
final List<String> openjceplusCertifiedOS = List.of("AIX", "Linux", "Windows");
110+
final List<String> openjceplusCertifiedOS = List.of("AIX", "Linux", "Windows", "z/OS");
111111
String osName = props[2];
112112
String osArch = props[3];
113113

0 commit comments

Comments
 (0)