Skip to content

Commit 3b32f6a

Browse files
committed
8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Reviewed-by: dnsimon, kvn
1 parent 8f73357 commit 3b32f6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/compiler/intrinsics/bmi/BMITestRunner.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,11 @@ public static OutputAnalyzer runTest(Class<? extends Expr> expr,
122122
List<String> vmOpts = new LinkedList<String>();
123123

124124
Collections.addAll(vmOpts, additionalVMOpts);
125-
// Hide timestamps from warnings (e.g. due to potential CDS
125+
// Hide timestamps from warnings (e.g. due to potential AOT
126126
// saved/runtime state mismatch), to avoid false positives when
127127
// comparing output across runs.
128128
vmOpts.add("-Xlog:all=warning:stdout:level,tags");
129+
vmOpts.add("-Xlog:aot=off");
129130

130131
//setup mode-specific options
131132
switch (testVMMode) {

0 commit comments

Comments
 (0)