mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8214696: Module class should be filtered by core reflection
Reviewed-by: lancea, mchung, sundar
This commit is contained in:
parent
12355f9ca8
commit
eed637f497
3 changed files with 5 additions and 1 deletions
|
@ -56,6 +56,7 @@ public class Reflection {
|
|||
Constructor.class, ALL_MEMBERS,
|
||||
Field.class, ALL_MEMBERS,
|
||||
Method.class, ALL_MEMBERS,
|
||||
Module.class, ALL_MEMBERS,
|
||||
System.class, Set.of("security")
|
||||
);
|
||||
methodFilterMap = Map.of();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue