hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 31382 8d526a6991e1
parent 30132 1f788eb36811
child 31620 53be635ad49c
equal deleted inserted replaced
31380:b2b399eeb3b1 31382:8d526a6991e1
   181 #endif
   181 #endif
   182 #ifdef TARGET_ARCH_aarch64
   182 #ifdef TARGET_ARCH_aarch64
   183 # include "interpreterRT_aarch64.hpp"
   183 # include "interpreterRT_aarch64.hpp"
   184 #endif
   184 #endif
   185 
   185 
       
   186   // optional normalization of fingerprints to reduce the number of adapters
       
   187   static uint64_t normalize_fast_native_fingerprint(uint64_t fingerprint);
   186 
   188 
   187   // Interpreter's frequency counter overflow
   189   // Interpreter's frequency counter overflow
   188   static nmethod* frequency_counter_overflow(JavaThread* thread, address branch_bcp);
   190   static nmethod* frequency_counter_overflow(JavaThread* thread, address branch_bcp);
   189 
   191 
   190   // Interpreter profiling support
   192   // Interpreter profiling support