On Mon, 2 Dec 2024 22:18:33 GMT, Sean Mullan <mul...@openjdk.org> wrote:
> A few additional changes should be made to the API specs for these classes . > These changes are documenting behavior of other APIs that has already been > approved as part of JEP 486, so I don't think a CSR is necessary, but > opinions on that are welcome. > > The `DomainCombiner` and `SubjectDomainCombiner` classes contain wording > about "inherited" and"privileged" `ProtectionDomain`s which is no longer > implemented, and so has been removed. The `PrivilegedAction` classes also > contained wording about "privileged" computations which is no longer > accurate. I also added an API note to these classes, similar to the ones in > the `Permission` subclasses. Finally, I removed a couple of instances of > "privileged work" from the `Subject` class which no longer applies. This pull request has now been integrated. Changeset: e13206d3 Author: Sean Mullan <mul...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e13206d3a16a67a604076faecded88cbed85db1a Stats: 27 lines in 6 files changed: 0 ins; 8 del; 19 mod 8345065: Cleanup DomainCombiner, SubjectDomainCombiner, Subject, and PrivilegedAction specifications Reviewed-by: weijun ------------- PR: https://git.openjdk.org/jdk/pull/22500