8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded

Reviewed-by: dnsimon, kvn
This commit is contained in:
Ioi Lam 2025-06-12 00:41:39 +00:00
parent 8f73357004
commit 3b32f6a8ec

View File

@ -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) {