8313530: VM build without C2 fails after JDK-8312579

Reviewed-by: dnsimon, haosun, jiefu, kvn
This commit is contained in:
Gergö Barany 2023-08-24 08:05:33 +00:00 committed by Jie Fu
parent de0e46c2f6
commit c418933d32

View File

@ -175,7 +175,19 @@ class fileStream;
"Enables intrinsification of BigInteger.montgomeryMultiply()")) \
\
NOT_COMPILER2(product(bool, UseMontgomerySquareIntrinsic, false, DIAGNOSTIC, \
"Enables intrinsification of BigInteger.montgomerySquare()"))
"Enables intrinsification of BigInteger.montgomerySquare()")) \
\
NOT_COMPILER2(product(bool, EnableVectorSupport, false, EXPERIMENTAL, \
"Enables VectorSupport intrinsics")) \
\
NOT_COMPILER2(product(bool, EnableVectorReboxing, false, EXPERIMENTAL, \
"Enables reboxing of vectors")) \
\
NOT_COMPILER2(product(bool, EnableVectorAggressiveReboxing, false, EXPERIMENTAL, \
"Enables aggressive reboxing of vectors")) \
\
NOT_COMPILER2(product(bool, UseVectorStubs, false, EXPERIMENTAL, \
"Use stubs for vector transcendental operations")) \
// end of JVMCI_FLAGS