hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 26434 09ad55e5f486
parent 24953 9680119572be
child 27691 733f189ad1f7
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Tue Sep 02 10:26:48 2014 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Tue Sep 02 12:48:45 2014 -0700
@@ -135,6 +135,8 @@
 address StubRoutines::_updateBytesCRC32 = NULL;
 address StubRoutines::_crc_table_adr = NULL;
 
+address StubRoutines::_multiplyToLen = NULL;
+
 double (* StubRoutines::_intrinsic_log   )(double) = NULL;
 double (* StubRoutines::_intrinsic_log10 )(double) = NULL;
 double (* StubRoutines::_intrinsic_exp   )(double) = NULL;