RFR: 8303495: Unused path parameter in ClassLoader::add_to_app_classpath_entries(JavaThread* current, char* path, ...)
Matias Saavedra Silva
matsaave at openjdk.org
Wed Mar 8 15:45:53 UTC 2023
On Tue, 7 Mar 2023 22:47:13 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> 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.
>
> Looks good and trivial.
Thanks for the reviews @calvinccheung and @dholmes-ora.
-------------
PR: https://git.openjdk.org/jdk/pull/12889
More information about the hotspot-runtime-dev
mailing list