[jdk19] RFR: 8289930: Improve Thread description of inherited AccessControlContext [v2]
Jaikiran Pai
jpai at openjdk.org
Tue Jul 12 11:20:53 UTC 2022
On Sun, 10 Jul 2022 07:49:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> This is a javadoc only change. The "Inheritance when creating threads" section in the Thread description lists the things that are inherited when creating a Thread. This includes the somewhat obscure "inherited AccessControlContext" where the first sentence looks like it wants to be a heading. The proposed change is tiny: drop the the first sentence/prefix "Inherited Access Control Context:" and adds the sentence "The captured caller context is the new thread's inherited AccessControlContext" later in the paragraph. When the legacy SecurityManager is degraded further then I expect this paragraph will be removed.
>>
>> No semantic changes and I think below the radar for needing a csr.
>
> Alan Bateman has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - Merge
> - Tweak javadoc
> - Initial commit
The change looks fine to me.
-------------
Marked as reviewed by jpai (Reviewer).
PR: https://git.openjdk.org/jdk19/pull/121
More information about the core-libs-dev
mailing list