jdk/test/java/awt/FontClass/FontPrivilege.java
changeset 5939 1882d33f2c60
parent 5506 202f599c92aa
child 7759 2e1579882018
equal deleted inserted replaced
5938:c93e51904f68 5939:1882d33f2c60
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 5010310 6319835 6904882
    26  * @bug 5010310 6319835 6904882 6968373
    27  * @summary test fonts can be created in the presence of a security manager
    27  * @summary test fonts can be created in the presence of a security manager
    28  * @run main/othervm/secure=java.lang.SecurityManager FontPrivilege
    28  * @run main/othervm/secure=java.lang.SecurityManager FontPrivilege
    29  */
    29  */
    30 
    30 
    31 import java.awt.Font;
    31 import java.awt.Font;