Integrated: 8308073: ClassLoaderExt::append_boot_classpath should handle dynamic archive

Calvin Cheung ccheung at openjdk.org
Thu May 25 21:30:13 UTC 2023


On Wed, 24 May 2023 16:28:16 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Please review this simple fix for setting the `_has_platform_or_app_classes` flag for the dynamic archive case. The flag will be set to `false` in case the boot class path is appended via JVM TI.
> Also adjusting two related JvmtiAddPath.java tests accordingly.
> 
> Passed tiers 1 - 4 testing.

This pull request has now been integrated.

Changeset: dc7683a0
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dc7683a0514106f29a8e28c138aca42efb5a173e
Stats:     12 lines in 3 files changed: 4 ins; 4 del; 4 mod

8308073: ClassLoaderExt::append_boot_classpath should handle dynamic archive

Reviewed-by: iklam, matsaave

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

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


More information about the hotspot-runtime-dev mailing list