changeset 7338:793e0072bfd6

8012056: SunJCEInstance needs to run in it's own vm Reviewed-by: wetmore Contributed-by: anthony.scarpino@oracle.com
author wetmore
date Thu, 11 Apr 2013 17:29:43 -0700
parents 747a09471fd9
children ea7976ed9bc6
files test/com/sun/crypto/provider/Cipher/UTIL/SunJCEGetInstance.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/com/sun/crypto/provider/Cipher/UTIL/SunJCEGetInstance.java	Thu Apr 11 14:47:54 2013 -0700
+++ b/test/com/sun/crypto/provider/Cipher/UTIL/SunJCEGetInstance.java	Thu Apr 11 17:29:43 2013 -0700
@@ -26,6 +26,7 @@
  * @bug 7171982
  * @summary Test that SunJCE.getInstance() is retrieving a provider when
  * SunJCE has been removed from the provider list.
+ * @run main/othervm SunJCEGetInstance
  */
 
 import java.security.Security;