Integrated: 8291798: VMRegImpl::print_on is broken after JDK-8289060
Tobias Hartmann
thartmann at openjdk.org
Thu Aug 4 05:04:51 UTC 2022
On Wed, 3 Aug 2022 10:48:09 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> The fix for [JDK-8289060](https://bugs.openjdk.org/browse/JDK-8289060) broke printing of the stack offset because `VMRegImpl::print_on` was not adjusted accordingly:
>
> 0x00007fa97503a12f: callq 0x00007fa97c6615a0 ; ImmutableOopMap {[825414996]=Oop }
>
>
> The fix is to simply use the `reg2stack` method.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 1a6c83b7
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1a6c83b7718e00cf2284903434766dc6d4bf7755
Stats: 8 lines in 2 files changed: 0 ins; 0 del; 8 mod
8291798: VMRegImpl::print_on is broken after JDK-8289060
Reviewed-by: shade, jiefu, kvn, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/9723
More information about the hotspot-compiler-dev
mailing list