hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 35146 9ebfec283f56
parent 35135 dd2ce9021031
child 35154 a9b3c1984a01
--- a/hotspot/src/share/vm/runtime/stubRoutines.hpp	Wed Dec 23 16:24:19 2015 -0800
+++ b/hotspot/src/share/vm/runtime/stubRoutines.hpp	Wed Dec 23 21:09:50 2015 -0800
@@ -212,6 +212,7 @@
 
   static address _dexp;
   static address _dlog;
+  static address _dpow;
 
   // These are versions of the java.lang.Math methods which perform
   // the same operations as the intrinsic version.  They are used for
@@ -384,6 +385,7 @@
 
   static address dexp()                { return _dexp; }
   static address dlog()                { return _dlog; }
+  static address dpow()                { return _dpow; }
 
   static address select_fill_function(BasicType t, bool aligned, const char* &name);