RFR: 8341916: Remove ProtectionDomain related hotspot code and tests [v6]

Ioi Lam iklam at openjdk.org
Fri Nov 15 23:46:49 UTC 2024


On Fri, 15 Nov 2024 23:43:33 GMT, Coleen Phillimore <coleenp at 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 with a new target base due to a merge or a rebase. The pull request now contains nine commits:
> 
>  - Handle merge conflicts in new resolve_instance_class calls.
>  - Merge branch 'master' into protection-domain
>  - Purge last references to SecurityManager.
>  - More obsolete code.  Fix trace_class_resolution (doesn't throw exception - shouldn't take TRAPS).
>  - Found more obsolete security manager code.
>  - More purging of AccessController, AccessControlContext and some stackwalking questions.
>  - David comments.
>  - Remove some more includes.
>  - 8341916: Remove ProtectionDomain related hotspot code and tests

LGTM

-------------

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22064#pullrequestreview-2439937392


More information about the serviceability-dev mailing list