RFR: 8321159: SymbolLookup.libraryLookup(Path, Arena) Assumes default Filesystem

Per Minborg pminborg at openjdk.org
Mon Dec 4 07:35:47 UTC 2023


This PR proposes to reject paths provided to the `SymbolLookup.libraryLookup(Path path, Arena arena)` method if a path is not in the default file system.

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

Commit messages:
 - Fix logic
 - Reject paths not in the default file system

Changes: https://git.openjdk.org/jdk/pull/16944/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16944&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8321159
  Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16944.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16944/head:pull/16944

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


More information about the core-libs-dev mailing list