8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Reviewed-by: dnsimon, kvn
This commit is contained in:
parent
8f73357004
commit
3b32f6a8ec
@ -122,10 +122,11 @@ public class BMITestRunner {
|
||||
List<String> vmOpts = new LinkedList<String>();
|
||||
|
||||
Collections.addAll(vmOpts, additionalVMOpts);
|
||||
// Hide timestamps from warnings (e.g. due to potential CDS
|
||||
// Hide timestamps from warnings (e.g. due to potential AOT
|
||||
// saved/runtime state mismatch), to avoid false positives when
|
||||
// comparing output across runs.
|
||||
vmOpts.add("-Xlog:all=warning:stdout:level,tags");
|
||||
vmOpts.add("-Xlog:aot=off");
|
||||
|
||||
//setup mode-specific options
|
||||
switch (testVMMode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user