RFR: 8334779: Test compiler/c1/CanonicalizeArrayLength.java is timing out
Vladimir Kozlov
kvn at openjdk.org
Tue Jun 25 21:30:10 UTC 2024
On Tue, 25 Jun 2024 20:28:16 GMT, Dean Long <dlong at openjdk.org> wrote:
> How will Leyden relocate these references if they are changed to relocInfo::none? Maybe these strings should be moved to the nmethod's _immutable_data?
Very nice idea. I was already think about moving oop_maps and relocation info from CodeBlob into _immutable_data. I will include these strings too. In a separate RFE.
Until then Leyden will not support `VerifyOops`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19871#issuecomment-2189999508
More information about the hotspot-dev
mailing list