jdk/test/java/security/Security/NoInstalledProviders.java
changeset 9857 72ca0f308ce0
parent 5506 202f599c92aa
child 10068 5be904b6a4cc
equal deleted inserted replaced
9856:fae0395f7f8d 9857:72ca0f308ce0
     1 /*
     1 /*
     2  * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4273454
    26  * @bug 4273454 7052537
    27  * @summary Make sure getProviders(filter) doesn't throw NPE
    27  * @summary Make sure getProviders(filter) doesn't throw NPE
       
    28  * @run main/othervm NoInstalledProviders
    28  */
    29  */
    29 
    30 
    30 import java.security.*;
    31 import java.security.*;
    31 
    32 
    32 public class NoInstalledProviders {
    33 public class NoInstalledProviders {