RFR: 8252684: Move the AArch64 assember test under test/hotspot/gtest

Nick Gasson ngasson at openjdk.java.net
Sat Nov 28 11:47:56 UTC 2020


On Fri, 27 Nov 2020 10:15:39 GMT, Andrew Haley <aph at openjdk.org> wrote:

> 
> Indeed. I did wonder about regenerating everything by running the Python script at test time, but reasoned that doing so would introduce a dependency on build tools ("as", for example) that I didn't want to have. But moving the output of aarch64_asmtest.py into a separate file is a good idea, if you like.
> 

I moved the output to a separate file `asmtest.out.h` with note on how to generate it.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1476


More information about the hotspot-compiler-dev mailing list