Declared VectorizeDebug option type is incorrect:
cflags(VectorizeDebug, bool, false, VectorizeDebug) \
It should be uintx type.
cflags(VectorizeDebug, bool, false, VectorizeDebug) \
It should be uintx type.
- relates to
-
JDK-8183271 VectorizeDebug compiler directive command is broken
- Resolved
-
JDK-8046155 JEP 165: Compiler Control
- Closed