8268033: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails with "fatal error: Not compilable at tier 3: CodeBuffer overflow"

Reviewed-by: kvn, neliasso, chagedorn
This commit is contained in:
Emanuel Peter 2022-01-26 10:12:22 +00:00 committed by Christian Hagedorn
parent c180070cb5
commit ed0df2fa1f
2 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,6 @@
#
#############################################################################
compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java 8268033 generic-x64
vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java 8205957 generic-all
vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 linux-x64,windows-x64

View File

@ -31,6 +31,7 @@
* @build sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/bootclasspath/othervm -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+AbortVMOnCompilationFailure
* -XX:CompileCommand=compileonly,compiler.intrinsics.bmi.*::*
* -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI2Instructions
* compiler.intrinsics.bmi.verifycode.BzhiTestI2L
*/