mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-01 14:08:24 +00:00
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
Reviewed-by: kvn
This commit is contained in:
parent
3b43ea4999
commit
f20fd7ee18
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user