File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -629,6 +629,7 @@ sun/security/pkcs11/rsa/TestKeyPairGenerator.java 8295343 generic-
629629sun/security/pkcs11/rsa/TestKeyFactory.java 8295343 generic-all
630630sun/security/pkcs11/KeyStore/Basic.java 8295343 generic-all
631631sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8316183 linux-ppc64le
632+ sun/security/pkcs11/Provider/MultipleLogins.sh 8319128 linux-aarch64
632633
633634############################################################################
634635
Original file line number Diff line number Diff line change @@ -825,8 +825,7 @@ private static String fetchNssLib(String osId) {
825825 return fetchNssLib (LINUX_X64 .class );
826826
827827 case "Linux-aarch64-64" :
828- return fetchNssLib (LINUX_AARCH64 .class );
829-
828+ throw new SkippedException ("Per JDK-8319128, skipping Linux aarch64 platforms." );
830829 default :
831830 return null ;
832831 }
You can’t perform that action at this time.
0 commit comments