Skip to content

Commit 1c011a3

Browse files
committed
8367548: compiler/intrinsics/bmi tests fail with -XX:+AOTClassLinking
1 parent 8930839 commit 1c011a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ public static OutputAnalyzer runTest(Class<? extends Expr> expr,
125125
// 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.
128-
vmOpts.add("-Xlog:all=warning:stdout:level,tags");
129-
vmOpts.add("-Xlog:aot=off");
128+
vmOpts.add("-Xlog:all=warning,aot=off:stdout:level,tags");
130129

131130
//setup mode-specific options
132131
switch (testVMMode) {

0 commit comments

Comments
 (0)