RFR: 8342607: Enhance register printing on x86_64 platforms [v4]
Richard Reingruber
rrich at openjdk.org
Fri Oct 25 15:20:12 UTC 2024
On Fri, 25 Oct 2024 11:07:31 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I only don't like that pointer_delta contains an assertion.
Hm, the code gets bloated if you try to avoid it. Maybe it's acceptable(?).
Avoiding it could look like this: https://github.com/reinrich/jdk/commit/4097a7fdccd0e393d5e9e2bdb6b3725e5bed4ae6
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21615#issuecomment-2438098965
More information about the hotspot-runtime-dev
mailing list