hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 26434 09ad55e5f486
parent 25715 d5a8dbdc5150
child 27691 733f189ad1f7
child 29180 50369728b00e
--- a/hotspot/src/share/vm/runtime/stubRoutines.hpp	Tue Sep 02 10:26:48 2014 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.hpp	Tue Sep 02 12:48:45 2014 -0700
@@ -202,6 +202,8 @@
   static address _updateBytesCRC32;
   static address _crc_table_adr;
 
+  static address _multiplyToLen;
+
   // These are versions of the java.lang.Math methods which perform
   // the same operations as the intrinsic version.  They are used for
   // constant folding in the compiler to ensure equivalence.  If the
@@ -358,6 +360,8 @@
   static address updateBytesCRC32()    { return _updateBytesCRC32; }
   static address crc_table_addr()      { return _crc_table_adr; }
 
+  static address multiplyToLen()       {return _multiplyToLen; }
+
   static address select_fill_function(BasicType t, bool aligned, const char* &name);
 
   static address zero_aligned_words()   { return _zero_aligned_words; }