On Thu, 14 Nov 2024 13:40:22 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Remove Hotspot code that passes protection_domain around class loading so >> that checkPackageAccess can be called and the result stored. With the >> removal of the Security Manager in JEP 486, this code no longer does >> anything. >> >> Tested with tier1-4. > > Coleen Phillimore has updated the pull request incrementally with one > additional commit since the last revision: > > Found more obsolete security manager code. The stack walk ignoring AccessControlContext was in some logging code, so now removed. Also, I saw that getClassContext was rewritten, so removed that bit too. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22064#issuecomment-2476430158