--- old/test/jdk/com/sun/crypto/provider/Cipher/RSA/TestOAEPWithParams.java 2018-05-11 15:06:56.226457400 -0700 +++ new/test/jdk/com/sun/crypto/provider/Cipher/RSA/TestOAEPWithParams.java 2018-05-11 15:06:55.733464800 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -47,10 +47,10 @@ private static Random random = new Random(); private static String MD[] = { - "MD5", "SHA1", "SHA-224", "SHA-256" + "MD5", "SHA1", "SHA-224", "SHA-256", "SHA-512/224", "SHA-512/256" }; private static int DATA_LENGTH[] = { - 62, 54, 34, 30 + 62, 54, 34, 30, 34, 30 }; public static void main(String[] args) throws Exception { long start = System.currentTimeMillis();