RFR: JDK-8293450 Convert test/sun/management/ shell tests to Java version
Bill Huang
bhuang at openjdk.org
Tue Nov 8 18:10:24 UTC 2022
On Tue, 8 Nov 2022 08:39:39 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> There is no new changes in the open portion of JDK, but extracting common functionalities in bootstrap Utils to test/lib/Utils which can be used in the closed part.
>
> test/lib/jdk/test/lib/Utils.java line 1007:
>
>> 1005: }
>> 1006: }
>> 1007: }
>
> What was your motivation to get rid of the `Util` methods `revokeAccess`, `allowAccess` and `buildAclEntry`? The implementation did not become more clearer nor simpler. But reviewing it became harder.
Sure, I will add those methods back.
-------------
PR: https://git.openjdk.org/jdk/pull/11029
More information about the core-libs-dev
mailing list