RFR: 8350303: ARM32: StubCodeGenerator::verify_stub(StubGenStubId) failed after JDK-8343767 [v2]
Hao Sun
haosun at openjdk.org
Wed Feb 19 10:04:56 UTC 2025
On Wed, 19 Feb 2025 09:48:54 GMT, Hao Sun <haosun at openjdk.org> wrote:
>> src/hotspot/share/runtime/stubDeclarations.hpp line 556:
>>
>>> 554: do_entry(initial, fence, fence_entry, fence_entry) \
>>> 555: do_stub(initial, atomic_add) \
>>> 556: do_entry(initial, atomic_add, atomic_add_entry, atomic_add_entry) \
>>
>> Indenting for trailing `` is not tidy.
>
> yes. will update soon. Thanks for pointing this out.
updated in the latest commit. thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23687#discussion_r1961351792
More information about the hotspot-dev
mailing list