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

Matias Saavedra Silva matsaave at openjdk.org
Thu May 25 20:52:58 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!

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

Marked as reviewed by matsaave (Committer).

PR Review: https://git.openjdk.org/jdk/pull/14127#pullrequestreview-1444632150


More information about the hotspot-runtime-dev mailing list