Skip to content

Commit 35bd2f3

Browse files
author
Roger Riggs
committed
8344555: SM cleanup - drop reflection filter of System.security field
Reviewed-by: mullan, mchung, liach
1 parent a491564 commit 35bd2f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/java.base/share/classes/jdk/internal/reflect/Reflection.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2001, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -61,8 +61,7 @@ public class Reflection {
6161
Constructor.class, ALL_MEMBERS,
6262
Field.class, ALL_MEMBERS,
6363
Method.class, ALL_MEMBERS,
64-
Module.class, ALL_MEMBERS,
65-
System.class, Set.of("security")
64+
Module.class, ALL_MEMBERS
6665
);
6766
methodFilterMap = Map.of();
6867
}

0 commit comments

Comments
 (0)