RFR: 8340439: AArch64: Extra entry declaration for assember test
duke
duke at openjdk.org
Fri Sep 20 03:01:40 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
@sendaoYan
Your change (at version a34153780fe5e5e8e2bbb1b951795465f2f13cf0) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21086#issuecomment-2362663839
More information about the hotspot-dev
mailing list