-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: security-libs
-
None
-
b22
The private marshal() method in sun.security.util.Debug still contains code to parse "permission=<classname>" and "codebase=<URL>" options. These sub-options were part of the "access" option which was removed in JDK 24 as part of JEP 486, so this code can be removed.
- relates to
-
JDK-8357470 src/java.base/share/classes/sun/security/util/Debug.java implement the test for args.toLowerCase
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/5d17a28c
-
Review(master)
openjdk/jdk/24731