RFR: 8343958: Remove security manager impl in java.lang.Process and java.lang.Runtime.exec [v3]
Roger Riggs
rriggs at openjdk.org
Tue Nov 12 18:05:46 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 228 commits:
- Merge branch 'master' into 8343958-process-sm-cleanup
- correct exception message formatting
- 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
- ... and 218 more: https://git.openjdk.org/jdk/compare/63eb4853...4535e388
-------------
Changes: https://git.openjdk.org/jdk/pull/22024/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22024&range=02
Stats: 166 lines in 5 files changed: 0 ins; 106 del; 60 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