On Thu, 28 Nov 2024 17:03:13 GMT, Alan Bateman <al...@openjdk.org> wrote:
> Sean has hollowed out SecurityConstants in pull/22418 but had to leave > GET_CLASSLOADER_PERMISSION because of this usage. There will be many rounds > of cleanup so doesn't matter if it comes later. ALL_PERMISSION will probably > be the last one, don't know if Sean will get to this before the fork. Got it thanks. I'll remove `GET_CLASSLOADER_PERMISSION` since I'm removing its last usage. Combined with Sean changes in pull/22418 - SecurityConstants will only have `ALL_PERMISSION` and `PROVIDER_VER` left. Removed `GET_CLASSLOADER_PERMISSION` in d40273b22942fd3b59633ac3f67ceeac138c1768 ------------- PR Comment: https://git.openjdk.org/jdk/pull/22421#issuecomment-2506549913