src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp
changeset 50758 afca3c78ea0f
parent 50757 866c9aa29ee4
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp	Mon Jun 25 16:32:02 2018 +0300
+++ b/src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp	Mon Jun 25 16:32:23 2018 +0300
@@ -73,6 +73,7 @@
   static address _string_indexof_linear_ll;
   static address _string_indexof_linear_uu;
   static address _string_indexof_linear_ul;
+  static address _large_byte_array_inflate;
   static bool _completed;
 
  public:
@@ -171,6 +172,10 @@
       return _string_indexof_linear_uu;
   }
 
+  static address large_byte_array_inflate() {
+      return _large_byte_array_inflate;
+  }
+
   static bool complete() {
     return _completed;
   }