jdk/test/java/io/FilePermission/Correctness.java
changeset 42338 a60f280f803c
parent 41377 271ee055cb31
child 44638 525862468d5a
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    23 
    23 
    24 /**
    24 /**
    25  *
    25  *
    26  * @test
    26  * @test
    27  * @bug 8164705
    27  * @bug 8164705
       
    28  * @modules java.base/java.io:open
    28  * @summary Remove pathname canonicalization from FilePermission
    29  * @summary Remove pathname canonicalization from FilePermission
    29  */
    30  */
    30 
    31 
    31 import java.io.FilePermission;
    32 import java.io.FilePermission;
    32 import java.lang.reflect.Method;
    33 import java.lang.reflect.Method;