RFR: 8349539: [leyden] Allow dumping nmethods that reference archived hidden klasses [v3]
Vladimir Kozlov
kvn at openjdk.org
Mon Feb 10 15:19:43 UTC 2025
On Mon, 10 Feb 2025 09:47:00 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>>But there are non-default modes where it still matters (UseMetadataPointers == true).
>FWIW, I believe UseMetadataPointers is true by default. Turning it off starts to fail runtime/cds.
I started implementation of Code caching using only symbolic resolution in relocations. When it is integrated with other changes I left such capability guarded by this flag.
We can retire this flag when the only way to use code caching is CDS archive which will contain the code instead of separate file. I am currently looking on this.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/33#issuecomment-2648330401
More information about the leyden-dev
mailing list