RFR: 8353001: Remove leftover Security Manager parsing code in sun.security.util.Debug [v2]
Koushik Muthukrishnan Thirupattur
duke at openjdk.org
Wed Apr 30 03:21:19 UTC 2025
> 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.
Koushik Muthukrishnan Thirupattur has updated the pull request incrementally with one additional commit since the last revision:
8353001:Remove leftover Security Manager parsing code in sun.security.util.Debug
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24731/files
- new: https://git.openjdk.org/jdk/pull/24731/files/eecfa21b..e411203d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24731&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24731&range=00-01
Stats: 14 lines in 1 file changed: 0 ins; 13 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24731.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24731/head:pull/24731
PR: https://git.openjdk.org/jdk/pull/24731
More information about the security-dev
mailing list