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

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


On Thu, 25 May 2023 19:49:22 GMT, Ioi Lam <iklam 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.

Thanks @iklam and @matias9927 for the review.

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

PR Comment: https://git.openjdk.org/jdk/pull/14127#issuecomment-1563524795


More information about the hotspot-runtime-dev mailing list