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

Vladimir Kozlov kvn at openjdk.java.net
Thu Apr 29 03:45:50 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

Nice fix.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list