We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a491564 commit 35bd2f3Copy full SHA for 35bd2f3
src/java.base/share/classes/jdk/internal/reflect/Reflection.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -61,8 +61,7 @@ public class Reflection {
61
Constructor.class, ALL_MEMBERS,
62
Field.class, ALL_MEMBERS,
63
Method.class, ALL_MEMBERS,
64
- Module.class, ALL_MEMBERS,
65
- System.class, Set.of("security")
+ Module.class, ALL_MEMBERS
66
);
67
methodFilterMap = Map.of();
68
}
0 commit comments