From c5e27bda2daa4ed6a1112d5ed41ca47912729e21 Mon Sep 17 00:00:00 2001 From: ascarpino Date: Fri, 13 Feb 2015 13:54:14 -0800 Subject: [PATCH] 8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora Reviewed-by: mullan --- test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java b/test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java index 85818721b..92eb0f91b 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.*; -- GitLab