RFR: 8342862: Gtest added by 8339507 appears to be causing 8GB build machines to hang [v2]
Sandhya Viswanathan
sviswanathan at openjdk.org
Thu Oct 24 02:44:05 UTC 2024
On Thu, 24 Oct 2024 01:25:43 GMT, David Holmes <dholmes at openjdk.org> wrote:
> What if you split into separate test files (.cpp) as well so that rather than one gtest that checks everything you have several smaller ones. That will reduce compilation overhead as required and also allow full coverage, potentially running tests in parallel.
Do we really want that? Just to put things in perspective the original file size was 45963 lines and the reduced one is now 1293 lines so we are talking about 35 such files. What Hank has done in this PR is to test each instruction with random register, address, and immediate instead of all the combinations that he had before so we still have a decent coverage. The test generator tool continues to have the ability to generate the full combination optionally.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21670#issuecomment-2434122058
More information about the hotspot-compiler-dev
mailing list