changeset 53612:9e0d6eaafc2c

8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3 Reviewed-by: kvn
author iignatyev
date Wed, 30 Jan 2019 17:35:20 -0800
parents 7d52b2606835
children 964626d13972
files test/hotspot/jtreg/compiler/aot/AotCompiler.java
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }