RFR: 8343958: Remove security manager impl in java.lang.Process and java.lang.Runtime.exec [v2]

Roger Riggs rriggs at openjdk.org
Tue Nov 12 17:27:24 UTC 2024


> Refactor removing the dependencies on SecurityManager, doPrivileged, and AccessController.

Roger Riggs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 226 commits:

 - Simplify the generation of the exception message.
   The file path is always included in the exception, the IOException cause does not add useful information.
 - Remove security manager impl in java.lang.Process and java.lang.Runtime.exec
   Refactor to remove the dependencies on SecurityManager, doPrivileged, and AccessController.
 - Merge remote-tracking branch 'jdk-sandbox/jep486' into JDK-8338411
 - Merge branch 'master' into jep486
 - Move remaining JEP 486 failing tests into correct groups.
 - Move JEP 486 failing tests into hotspot_runtime group.
 - test/jdk/java/rmi/server/RMIClassLoader/spi/DefaultProperty.java failing
 - Merge branch 'master' into jep486
 - Merge branch 'master' into jep486
 - Merge remote-tracking branch 'jdk-sandbox/jep486' into JDK-8338411
 - ... and 216 more: https://git.openjdk.org/jdk/compare/d0077eec...319eca48

-------------

Changes: https://git.openjdk.org/jdk/pull/22024/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22024&range=01
  Stats: 69081 lines in 1893 files changed: 2475 ins; 62703 del; 3903 mod
  Patch: https://git.openjdk.org/jdk/pull/22024.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22024/head:pull/22024

PR: https://git.openjdk.org/jdk/pull/22024


More information about the core-libs-dev mailing list