hotspot/src/share/vm/runtime/globals.hpp
changeset 35110 f19bcdf40799
parent 34317 e93b85bf4cc2
child 35129 8b93709bf4e5
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Dec 07 15:00:46 2015 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Dec 07 16:35:07 2015 -0800
@@ -855,6 +855,9 @@
   product(bool, UseAdler32Intrinsics, false,                                \
           "use intrinsics for java.util.zip.Adler32")                       \
                                                                             \
+  product(bool, UseVectorizedMismatchIntrinsic, false,                      \
+          "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \
+                                                                            \
   diagnostic(ccstrlist, DisableIntrinsic, "",                               \
          "do not expand intrinsics whose (internal) names appear here")     \
                                                                             \