hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 35146 9ebfec283f56
parent 35135 dd2ce9021031
child 35154 a9b3c1984a01
equal deleted inserted replaced
35145:a4ffa2fa7f4d 35146:9ebfec283f56
   210 
   210 
   211   static address _vectorizedMismatch;
   211   static address _vectorizedMismatch;
   212 
   212 
   213   static address _dexp;
   213   static address _dexp;
   214   static address _dlog;
   214   static address _dlog;
       
   215   static address _dpow;
   215 
   216 
   216   // These are versions of the java.lang.Math methods which perform
   217   // These are versions of the java.lang.Math methods which perform
   217   // the same operations as the intrinsic version.  They are used for
   218   // the same operations as the intrinsic version.  They are used for
   218   // constant folding in the compiler to ensure equivalence.  If the
   219   // constant folding in the compiler to ensure equivalence.  If the
   219   // intrinsic version returns the same result as the strict version
   220   // intrinsic version returns the same result as the strict version
   382 
   383 
   383   static address vectorizedMismatch()  { return _vectorizedMismatch; }
   384   static address vectorizedMismatch()  { return _vectorizedMismatch; }
   384 
   385 
   385   static address dexp()                { return _dexp; }
   386   static address dexp()                { return _dexp; }
   386   static address dlog()                { return _dlog; }
   387   static address dlog()                { return _dlog; }
       
   388   static address dpow()                { return _dpow; }
   387 
   389 
   388   static address select_fill_function(BasicType t, bool aligned, const char* &name);
   390   static address select_fill_function(BasicType t, bool aligned, const char* &name);
   389 
   391 
   390   static address zero_aligned_words()   { return _zero_aligned_words; }
   392   static address zero_aligned_words()   { return _zero_aligned_words; }
   391 
   393