Integrated: 8340439: AArch64: Extra entry declaration for assember test
SendaoYan
syan at openjdk.org
Fri Sep 20 07:37:45 UTC 2024
On Thu, 19 Sep 2024 11:54:32 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> The function declaration `extern "C" void entry(CodeBuffer*);` in `src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp` line 74, seems to used for AArch64 assember test.
> The AArch64 assember test has been moved to `test/hotspot/gtest` by [JDK-8252684](https://bugs.openjdk.org/browse/JDK-8252684) , so I think this function declaration can be remove.
>
> Additional testing:
>
> - [x] linux aarch64 jtreg(tier1/2/3 etc., include gtest) with release build
> - [x] linux aarch64 jtreg(tier1/2/3 etc., include gtest) with fastdebug build
This pull request has now been integrated.
Changeset: 5d611c03
Author: SendaoYan <syan at openjdk.org>
Committer: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5d611c0377d4b5d5495d3941a6a63b128142a2dc
Stats: 6 lines in 1 file changed: 0 ins; 6 del; 0 mod
8340439: AArch64: Extra entry declaration for assember test
Reviewed-by: haosun, lmesnik, mli
-------------
PR: https://git.openjdk.org/jdk/pull/21086
More information about the hotspot-dev
mailing list