RFR: 8353197: Document preconditions for JavaLangAccess methods [v3]
Volkan Yazici
vyazici at openjdk.org
Fri May 9 08:33:58 UTC 2025
On Thu, 8 May 2025 14:51:48 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Prefix touched methods with `unchecked`
>
> Let's re-approve after copyright fix.
@liach, @minborg, I've fixed the copyright years. I'd appreciate it if you can approve one last time.
This last copyright year fiasco made me do this:
alias git-license-year-violations='git diff --name-only upstream/master...HEAD | { y=$(date +%Y); while read f; do grep -qE "Copyright \(c\)( [0-9]{4},)? $y, Oracle" $f || echo $f; done; }'
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24982#issuecomment-2865648371
More information about the security-dev
mailing list