Integrated: 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}`
This pull request has now been integrated.
Changeset: 34f85ee9
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/34f85ee94e8b45bcebbf8ba52a38c92a7185b54a
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
8323584: AArch64: Unnecessary ResourceMark in NativeCall::set_destination_mt_safe
Reviewed-by: tholenstein, fyang, aph
-------------
PR: https://git.openjdk.org/jdk/pull/17372
More information about the hotspot-compiler-dev
mailing list