< prev index next >

src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp

Print this page

        

*** 63,72 **** --- 63,73 ---- static address _zero_blocks; static address _has_negatives; static address _has_negatives_long; + static address _large_array_equals; static bool _completed; public: static address get_previous_fp_entry()
*** 129,138 **** --- 130,143 ---- static address has_negatives_long() { return _has_negatives_long; } + static address large_array_equals() { + return _large_array_equals; + } + static bool complete() { return _completed; } static void set_completed() {
< prev index next >