RFR(T)[12] : 8178798 : Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jan 31 01:10:57 UTC 2019


Yes, we should not run jaotc with Xcomp (until we have libgraal.so).
compiler/aot tests are explicitly listed in not_xcopm group [1].
Unfortunately it does not prevent running these tests with -Xcomp in testing infrastructures which does not use this info.
Note, this bug 8178798 was filed (2017-04-14) before aot tested were moved to not_xcomp group [2] (2018-03-22).

I am fine with these changes which guarantee that we would not run compiler/aot regardless testing environment.
Reviewed.

Thanks,
Vladimir

[1] http://hg.openjdk.java.net/jdk/jdk/file/dfacdb971494/test/hotspot/jtreg/TEST.groups#l143
[2] https://bugs.openjdk.java.net/browse/JDK-8199212

On 1/30/19 4:58 PM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev//8178798/webrev.00/index.html
>> 3 lines changed: 2 ins; 0 del; 1 mod;
> 
> Hi all,
> 
> could you please review this small and trivial patch for aot jtreg tests? aot tests timeout when they are run w/ Xcomp as jaotc execution becomes too slow, the patch forces jaotc to be always run w/ Xmixed.
> 
> webrev: http://cr.openjdk.java.net/~iignatyev//8178798/webrev.00/index.html
> JBS: https://bugs.openjdk.java.net/browse/JDK-8178798
> testing: test/hotspot/jtreg/compiler/aot w/ and w/o Xcomp
> 
> Thanks,
> -- Igor
>   
> 


More information about the hotspot-compiler-dev mailing list