RFR: 8303495: Unused path parameter in ClassLoader::add_to_app_classpath_entries(JavaThread* current, char* path, ...)

Matias Saavedra Silva matsaave at openjdk.org
Tue Mar 7 21:27:54 UTC 2023


The path parameter is no longer used in the method `ClassLoader::add_to_app_classpath_entries` so it can be safely removed. Verified with tier 1-4 tests.

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

Commit messages:
 - 8303495: Unused path parameter in ClassLoader::add_to_app_classpath_entries(JavaThread* current, char* path, ...)

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

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


More information about the hotspot-runtime-dev mailing list