RFR: 8342862: JDK-8339507 appears to be causing 8GB build machines to hang

hanklo6 duke at openjdk.org
Wed Oct 23 23:43:04 UTC 2024


On Wed, 23 Oct 2024 22:50:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Please, update instructions comment in `test_assemblerx86.cpp`.
> 
> What subset of instructions will be generated by default? Did you compare compilation time between files with default and "full" sets of instructions.

@vnkozlov The default test set includes the original map0/map1 instructions with random registers, address, and immediate. I tested on my machine (i9-13900k with 32cores), with the compilation time being 10s for the default test and 30s for the full test.

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

PR Comment: https://git.openjdk.org/jdk/pull/21670#issuecomment-2433786958


More information about the hotspot-compiler-dev mailing list