jdk/test/java/lang/Runtime/Version/VersionProps.java
changeset 42338 a60f280f803c
parent 39648 9bbd1300c256
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8160564
    26  * @bug 8160564
    27  * @summary check the implementation of VersionProps.versionNumbers()
    27  * @summary check the implementation of VersionProps.versionNumbers()
       
    28  * @modules java.base/java.lang:open
    28  * @run main VersionProps
    29  * @run main VersionProps
    29  * @author Volker Simonis
    30  * @author Volker Simonis
    30  */
    31  */
    31 
    32 
    32 import java.lang.reflect.InvocationTargetException;
    33 import java.lang.reflect.InvocationTargetException;