Integrated: 8354053: Remove unused JavaIOFilePermissionAccess
Roger Riggs
rriggs at openjdk.org
Mon Apr 28 18:24:53 UTC 2025
On Fri, 11 Apr 2025 21:26:08 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> The JavaIOFilePermissionAccess interface is removed from SharedSecrets and its implementation (FilePermCompat.java) used by the test is moved to java.io FilePermission where cross package access is not needed.
> The test FilePermissionCollectionMerge is updated to access the internal implementation in FilePermission.
> Modernized the initialization from the system property `jdk.io.permissionsUseCanonicalPath`.
> The remaining support will be removed when FilePermission is removed.
This pull request has now been integrated.
Changeset: 2f844803
Author: Roger Riggs <rriggs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2f8448034f28276ad5ac1edfa0fb8650e47d4ffa
Stats: 260 lines in 5 files changed: 57 ins; 175 del; 28 mod
8354053: Remove unused JavaIOFilePermissionAccess
Reviewed-by: liach, weijun
-------------
PR: https://git.openjdk.org/jdk/pull/24603
More information about the core-libs-dev
mailing list