On Thu, 17 Apr 2025 17:32:03 GMT, Koushik Muthukrishnan Thirupattur <d...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 5d17a28c Author: Koushik Thirupattur <koushik.thirupat...@oracle.com> Committer: Sean Mullan <mul...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5d17a28c4edc097162cb078ebb72ad84d925fff4 Stats: 125 lines in 2 files changed: 0 ins; 124 del; 1 mod 8353001: Remove leftover Security Manager parsing code in sun.security.util.Debug Reviewed-by: mullan ------------- PR: https://git.openjdk.org/jdk/pull/24731