RFR: 8323584: AArch64: Unnecessary ResourceMark in NativeCall::set_destination_mt_safe
Aleksey Shipilev
shade at openjdk.org
Mon Jan 15 12:05:32 UTC 2024
On Thu, 11 Jan 2024 12:17:21 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Was looking at `ICBuffer` cleaning paths that run at safepoint. In `NativeCall::set_destination_mt_safe`, there is a `ResourceMark` that does not seem to have any purpose: no code in its scope uses resource allocation. There is adjacent dead code too. Looks like a development/debugging leftover.
>
> Additional testing:
> - [x] Linux x86_64 AArch64 server fastdebug, `tier{1,2,3}`
GHAs are finally unbroken, so I am integrating. Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17372#issuecomment-1892037063
More information about the hotspot-compiler-dev
mailing list