Integrated: 8266256: compiler.vectorization.TestBufferVectorization does testing twice

Igor Ignatyev iignatyev at openjdk.java.net
Thu Apr 29 03:53:52 UTC 2021


On Thu, 29 Apr 2021 00:58:45 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review this patch that removes work duplication within `TestBufferVectorization` test? 
> 
> from JBS:
>> `compiler.vectorization.TestBufferVectorization` runs the testing twice, one time in the JVM created by jtreg, and once again by the JVM created by TestBufferVectorization.
> 
> after the duplication was removed, it became possible to change the execution mode to `driver`, which is done as part of this patch as well as small refactoring.
> 
> Thanks,
> -- Igor

This pull request has now been integrated.

Changeset: 6b263e68
Author:    Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6b263e6832ca13e43b0389434ef196ee7be458c7
Stats:     80 lines in 1 file changed: 30 ins; 42 del; 8 mod

8266256: compiler.vectorization.TestBufferVectorization does testing twice

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list