< prev index next >

test/sun/security/provider/SeedGenerator/Priority_Inversion.java

Print this page

        

@@ -27,10 +27,11 @@
  * @summary Priority inversion prevents call to the genSeed method from
  *      returning
  *
  * if the test returns, then it passed.
  * if the test never returns (hangs forever), then it failed.
+ * @key randomness
  */
 
 import java.security.SecureRandom;
 
 public class Priority_Inversion {
< prev index next >