jdk/test/java/util/Locale/bug6312358.java
changeset 42338 a60f280f803c
parent 5506 202f599c92aa
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    23 /*
    23 /*
    24  * @test
    24  * @test
    25  * @bug 6312358
    25  * @bug 6312358
    26  * @summary Verify that an NPE is thrown by issueing Locale.getInstance() with
    26  * @summary Verify that an NPE is thrown by issueing Locale.getInstance() with
    27  *      any argument being null.
    27  *      any argument being null.
       
    28  * @modules java.base/java.util:open
    28  */
    29  */
    29 
    30 
    30 import java.lang.reflect.InvocationTargetException;
    31 import java.lang.reflect.InvocationTargetException;
    31 import java.lang.reflect.Method;
    32 import java.lang.reflect.Method;
    32 import java.util.Locale;
    33 import java.util.Locale;