diff --git a/test/hotspot/jtreg/compiler/parsing/TestUnsafeArrayAccessWithNullBase.java b/test/hotspot/jtreg/compiler/parsing/TestUnsafeArrayAccessWithNullBase.java index 189e5d73a227a..909581a7c25d4 100644 --- a/test/hotspot/jtreg/compiler/parsing/TestUnsafeArrayAccessWithNullBase.java +++ b/test/hotspot/jtreg/compiler/parsing/TestUnsafeArrayAccessWithNullBase.java @@ -34,6 +34,9 @@ * -XX:+AlwaysIncrementalInline * -XX:CompileCommand=compileonly,compiler.parsing.TestUnsafeArrayAccessWithNullBase::test* * -XX:-TieredCompilation compiler.parsing.TestUnsafeArrayAccessWithNullBase + * @run main/othervm + * -Xbatch -XX:-TieredCompilation + * compiler.parsing.TestUnsafeArrayAccessWithNullBase */ package compiler.parsing;