8012056: SunJCEInstance needs to run in it's own vm
authorwetmore
Thu, 11 Apr 2013 17:29:43 -0700
changeset 16912 b2a940180a47
parent 16911 6cc48540fcd7
child 16914 1703bf7541ec
8012056: SunJCEInstance needs to run in it's own vm Reviewed-by: wetmore Contributed-by: anthony.scarpino@oracle.com
jdk/test/com/sun/crypto/provider/Cipher/UTIL/SunJCEGetInstance.java
--- a/jdk/test/com/sun/crypto/provider/Cipher/UTIL/SunJCEGetInstance.java	Thu Apr 11 14:47:54 2013 -0700
+++ b/jdk/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;