8344555: SM cleanup - drop reflection filter of System.security field

Reviewed-by: mullan, mchung, liach
This commit is contained in:
Roger Riggs 2024-11-27 15:40:48 +00:00
parent a491564001
commit 35bd2f354e

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2001, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -61,8 +61,7 @@ public class Reflection {
Constructor.class, ALL_MEMBERS, Constructor.class, ALL_MEMBERS,
Field.class, ALL_MEMBERS, Field.class, ALL_MEMBERS,
Method.class, ALL_MEMBERS, Method.class, ALL_MEMBERS,
Module.class, ALL_MEMBERS, Module.class, ALL_MEMBERS
System.class, Set.of("security")
); );
methodFilterMap = Map.of(); methodFilterMap = Map.of();
} }