8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
authoriignatyev
Wed, 30 Jan 2019 17:35:20 -0800
changeset 53612 9e0d6eaafc2c
parent 53611 7d52b2606835
child 53613 964626d13972
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3 Reviewed-by: kvn
test/hotspot/jtreg/compiler/aot/AotCompiler.java
--- a/test/hotspot/jtreg/compiler/aot/AotCompiler.java	Thu Jan 31 01:12:11 2019 +0100
+++ b/test/hotspot/jtreg/compiler/aot/AotCompiler.java	Wed Jan 30 17:35:20 2019 -0800
@@ -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 @@
         // 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);
     }