[jdk16] Integrated: 8258225: compiler/c2/cr6340864/TestIntVect.java runs faster in interpreter

Nils Eliasson neliasso at openjdk.java.net
Thu Dec 17 17:53:58 UTC 2020


On Thu, 17 Dec 2020 15:30:17 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

> Exclude test-method from compiler/c2/cr6340864-tests.
> 
> In debug builds - the C1 method IR::verify is very costly in big methods with many blocks. The compile times explode. A sub minute test takes 35 minutes on slower machines - and these tests are run multiple times.
> 
> Some of these tests are saved by the HugeMethodLimit, but some (TestIntVect and TestLongVect) doesn't.
> 
> Please review,
> Nils

This pull request has now been integrated.

Changeset: cb5a6b1a
Author:    Nils Eliasson <neliasso at openjdk.org>
URL:       https://git.openjdk.java.net/jdk16/commit/cb5a6b1a
Stats:     36 lines in 8 files changed: 0 ins; 0 del; 36 mod

8258225: compiler/c2/cr6340864/TestIntVect.java runs faster in interpreter

Reviewed-by: vlivanov, thartmann, kvn

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

PR: https://git.openjdk.java.net/jdk16/pull/44


More information about the hotspot-compiler-dev mailing list