Integrated: 8338626: ClassLoaderExt::process_jar_manifest() should allow / separator on Windows
Calvin Cheung
ccheung at openjdk.org
Fri Sep 13 15:02:12 UTC 2024
On Mon, 9 Sep 2024 20:46:45 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> On Windows, we can use '/' as the file separator in the classpath but not in the `Class-Path:` attribute.
> This patch is to enable the use of '/' as the file separator in the `Class-Path:`attribute on Windows.
>
> Passed tiers 1 - 3 testing.
This pull request has now been integrated.
Changeset: 89ca89cb
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/89ca89cb26270a405226415c296dc45d3535e74d
Stats: 81 lines in 2 files changed: 80 ins; 0 del; 1 mod
8338626: ClassLoaderExt::process_jar_manifest() should allow / separator on Windows
Reviewed-by: iklam, dholmes, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/20924
More information about the hotspot-runtime-dev
mailing list