RFR: 8308073: ClassLoaderExt::append_boot_classpath should handle dynamic archive
Ioi Lam
iklam at openjdk.org
Thu May 25 19:51:59 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.
LGTM. Thanks for fixing this.
-------------
Marked as reviewed by iklam (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14127#pullrequestreview-1444554516
More information about the hotspot-runtime-dev
mailing list