Integrated: 8323694: RISC-V: Unnecessary ResourceMark in NativeCall::set_destination_mt_safe
Gui Cao
gcao at openjdk.org
Thu Jan 18 02:31:22 UTC 2024
On Tue, 16 Jan 2024 02:21:50 GMT, Gui Cao <gcao at openjdk.org> wrote:
> Hi, We noticed that RISC-V bears a similar issue as: https://bugs.openjdk.org/browse/JDK-8323584.
> 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.
>
> ### Testing:
>
> - [x] Run tier1 tests on qemu 8.1.0 with UseRVV (fastdebug)
> - [x] Run tier1-3 tests on qemu 8.1.0 with UseRVV (release)
This pull request has now been integrated.
Changeset: ff8cc268
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ff8cc268fdaaf85299c94088a226b73e7eaf6bdb
Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
8323694: RISC-V: Unnecessary ResourceMark in NativeCall::set_destination_mt_safe
Reviewed-by: fyang, rehn
-------------
PR: https://git.openjdk.org/jdk/pull/17436
More information about the hotspot-compiler-dev
mailing list