8214696: Module class should be filtered by core reflection

Reviewed-by: lancea, mchung, sundar
This commit is contained in:
Alan Bateman 2018-12-13 09:02:52 +00:00
parent 12355f9ca8
commit eed637f497
3 changed files with 5 additions and 1 deletions

View file

@ -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();