jdk/test/java/util/ResourceBundle/Bug6359330.java
changeset 5796 ce710cdec799
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5795:49e9a038c105 5796:ce710cdec799
    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  * @run main/othervm Bug6359330
    29  */
    30  */
    30 
    31 
    31 import javax.xml.parsers.SAXParser;
    32 import javax.xml.parsers.SAXParser;
    32 import javax.xml.parsers.SAXParserFactory;
    33 import javax.xml.parsers.SAXParserFactory;
    33 import org.xml.sax.SAXNotRecognizedException;
    34 import org.xml.sax.SAXNotRecognizedException;