[crac] RFR: 8349365: [CRaC] Handle javaagent adding jars to boostrap/system classpath [v2]
Timofei Pushkin
tpushkin at openjdk.org
Thu Feb 6 17:01:40 UTC 2025
On Thu, 6 Feb 2025 16:26:40 GMT, Radim Vansa <rvansa at openjdk.org> wrote:
>> I mean, currently it does not always report all FDs, only if CDS is included, so the name is somewhat misleading
>
> It reports the FDs from boot append entries, and the `_app_classpath_entries` when CDS is enabled. If CDS is not enabled, the `_app_classpath_entries` is empty, hence it still reports all FDs.
Oh, I see, I thought `_app_classpath_entries` is just not filled without CDS while the entries still exist. But it looks like they are not even created without CDS.
-------------
PR Review Comment: https://git.openjdk.org/crac/pull/201#discussion_r1945108673
More information about the crac-dev
mailing list