8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2019-01-30 17:35:20 -08:00
parent 3b43ea4999
commit f20fd7ee18

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -117,6 +117,8 @@ public class AotCompiler {
// Execute with asserts
args.add("-J-ea");
args.add("-J-esa");
// we don't want to run jaotc w/ Xcomp even if it's in extraopts
args.add("-J-Xmixed");
return launchJaotc(args, extraopts);
}