diff --git a/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java b/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java index 85818721b8a100103d862a8d1f8850ffc991b38b..92eb0f91b93005fdc208f87d71eb226828fa8bef 100644 --- a/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java +++ b/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2015, 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 @@ -27,6 +27,7 @@ * @summary Verify that the RSA KeyPairGenerator works * @author Andreas Sterbenz * @library .. + * @run main/othervm TestKeyPairGenerator */ import java.io.*;