JDK-8343958 : Remove security manager impl in java.lang.Process and java.lang.Runtime.exec
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2024-11-12
  • Updated: 2024-11-12
Related Reports
Blocks :  
Description
After JDK-8338411, Process implementation dependencies on SecurityManager, doPrivildged, and AccessController are removed.
Some refactoring to cleanup the remaining code is expected.