RFR: 8314260: Unable to load system libraries on Windows when using a SecurityManager [v3]

Per Minborg pminborg at openjdk.org
Tue Sep 5 11:56:19 UTC 2023


> This PR proposes to read the system environment variable "SystemRoot" using a privileged operation so it will work in the event a default SecurityManager is in place.
> 
> As the `SecurityManager` is deprecated for removal, no support methods were added for reading environmental variables.

Per Minborg has updated the pull request incrementally with one additional commit since the last revision:

  Add extra test run with no SecutityManager

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15564/files
  - new: https://git.openjdk.org/jdk/pull/15564/files/74c3d2c9..0cc7c381

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15564&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15564&range=01-02

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/15564.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15564/head:pull/15564

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


More information about the core-libs-dev mailing list