hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 35110 f19bcdf40799
parent 33485 29d1dfa9bb4a
child 35135 dd2ce9021031
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Mon Dec 07 15:00:46 2015 +0000
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Mon Dec 07 16:35:07 2015 -0800
@@ -148,6 +148,8 @@
 address StubRoutines::_montgomeryMultiply = NULL;
 address StubRoutines::_montgomerySquare = NULL;
 
+address StubRoutines::_vectorizedMismatch = NULL;
+
 address StubRoutines::_dexp = NULL;
 address StubRoutines::_dlog = NULL;