hotspot/src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
changeset 38143 3b732f17ea7d
parent 29183 0cc8699f7372
child 45054 c09733aaf97f
equal deleted inserted replaced
38142:e16b23089599 38143:3b732f17ea7d
    59   static address _float_sign_mask;
    59   static address _float_sign_mask;
    60   static address _float_sign_flip;
    60   static address _float_sign_flip;
    61   static address _double_sign_mask;
    61   static address _double_sign_mask;
    62   static address _double_sign_flip;
    62   static address _double_sign_flip;
    63 
    63 
       
    64   static address _zero_longs;
       
    65 
    64  public:
    66  public:
    65 
    67 
    66   static address get_previous_fp_entry()
    68   static address get_previous_fp_entry()
    67   {
    69   {
    68     return _get_previous_fp_entry;
    70     return _get_previous_fp_entry;
   111   static address double_sign_flip()
   113   static address double_sign_flip()
   112   {
   114   {
   113     return _double_sign_flip;
   115     return _double_sign_flip;
   114   }
   116   }
   115 
   117 
       
   118   static address get_zero_longs()
       
   119   {
       
   120     return _zero_longs;
       
   121   }
       
   122 
   116  private:
   123  private:
   117   static juint    _crc_table[];
   124   static juint    _crc_table[];
   118 
   125 
   119 };
   126 };
   120 
   127