On Mon, 18 May 2026 14:04:41 GMT, Ashay Rane <[email protected]> wrote:
> I'd be happy to relocate `grantFileAccess()` to be inside RmiTestBase.java if > it makes more sense, since that function (still) isn't used outside of > RmiTestBase and it's derived classes. grantFileAccess is mildly useful to have in the test lib. I'm less sure about revokeAccess, allowAccess, buildAclEntry, userAccess and fullAccess. They don't seem to carry their weight. Also the last two are confusing names and would be simpler to just use grantFileAccess instead. Some of these may not even be used by any tests. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31179#issuecomment-4499954934
