hotspot/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
changeset 38143 3b732f17ea7d
parent 29183 0cc8699f7372
child 45054 c09733aaf97f
--- a/hotspot/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp	Thu Apr 28 17:36:37 2016 +0200
+++ b/hotspot/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp	Thu Apr 28 13:26:29 2016 +0000
@@ -61,6 +61,8 @@
   static address _double_sign_mask;
   static address _double_sign_flip;
 
+  static address _zero_longs;
+
  public:
 
   static address get_previous_fp_entry()
@@ -113,6 +115,11 @@
     return _double_sign_flip;
   }
 
+  static address get_zero_longs()
+  {
+    return _zero_longs;
+  }
+
  private:
   static juint    _crc_table[];