Integrated: 8263974: Move SystemDictionary::verify_protection_domain
Coleen Phillimore
coleenp at openjdk.java.net
Tue Mar 23 11:40:50 UTC 2021
On Mon, 22 Mar 2021 14:57:02 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this mostly trivial fix to move SystemDictionary::validate_protection_domain into Dictionary and hide the functions in Dictionary that it calls. This change also removes some #include dictionary.hpp and a TRAPS parameter where not needed.
>
> See CR for more details. This function was in the middle of others that I want to keep together in systemDictionary.cpp.
>
> Tested with tier1 on 4 Oracle supported platforms.
This pull request has now been integrated.
Changeset: de2ff256
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/de2ff256
Stats: 175 lines in 8 files changed: 80 ins; 85 del; 10 mod
8263974: Move SystemDictionary::verify_protection_domain
Reviewed-by: hseigel, lfoltan, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/3120
More information about the hotspot-dev
mailing list