On Sat, 26 Nov 2022 17:24:02 GMT, Alan Bateman <al...@openjdk.org> wrote:
> Not important but can eliminate the casts from privilegedThreadSetXXX methods > if you separate the creation of the PrivilegedAction from the doPriv call. I chose to keep it as is since there was already another doPriv in the file that uses the cast style. ------------- PR: https://git.openjdk.org/jdk/pull/11309