jdk/test/java/util/ResourceBundle/Bug6359330.java
changeset 35768 7066da300a08
parent 7668 d4a77089c587
equal deleted inserted replaced
35739:db483b34fa71 35768:7066da300a08
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2016, 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.
    24  * @test
    24  * @test
    25  * @bug 6359330
    25  * @bug 6359330
    26  * @summary Make sure that getBundle doesn't cause a security error
    26  * @summary Make sure that getBundle doesn't cause a security error
    27  * with a security manager when instantialing RBClassLoader (internal
    27  * with a security manager when instantialing RBClassLoader (internal
    28  * classloader).
    28  * classloader).
       
    29  * @modules java.xml
    29  * @run main/othervm Bug6359330
    30  * @run main/othervm Bug6359330
    30  */
    31  */
    31 
    32 
    32 import javax.xml.parsers.SAXParser;
    33 import javax.xml.parsers.SAXParser;
    33 import javax.xml.parsers.SAXParserFactory;
    34 import javax.xml.parsers.SAXParserFactory;