This commit is contained in:
Andrew Haley 2026-07-08 17:16:49 +00:00
parent 782731e2c7
commit 758d880c01

View File

@ -38,6 +38,15 @@
* -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*
* -XX:CompileCommand=compileonly,compiler.tiered.LevelTransitionTest$ExtendedTestCase$CompileMethodHolder::*
* compiler.tiered.LevelTransitionTest
*
* @requires os.arch=="amd64" | os.arch=="x86_64" | os.arch=="arm" | os.arch=="aarch64"
* @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
* -XX:+UnlockExperimentalVMOptions -XX:ProfileCaptureRatio=64
* -XX:+WhiteBoxAPI -XX:+TieredCompilation
* -XX:-BackgroundCompilation
* -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*
* -XX:CompileCommand=compileonly,compiler.tiered.LevelTransitionTest$ExtendedTestCase$CompileMethodHolder::*
* compiler.tiered.LevelTransitionTest
*/
package compiler.tiered;