src/hotspot/share/c1/c1_Runtime1.cpp
changeset 50113 caf115bb98ad
parent 50094 2f79462aab9b
child 51314 82adcc8ad853
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
    41 #include "gc/shared/barrierSet.hpp"
    41 #include "gc/shared/barrierSet.hpp"
    42 #include "gc/shared/c1/barrierSetC1.hpp"
    42 #include "gc/shared/c1/barrierSetC1.hpp"
    43 #include "gc/shared/collectedHeap.hpp"
    43 #include "gc/shared/collectedHeap.hpp"
    44 #include "interpreter/bytecode.hpp"
    44 #include "interpreter/bytecode.hpp"
    45 #include "interpreter/interpreter.hpp"
    45 #include "interpreter/interpreter.hpp"
       
    46 #include "jfr/support/jfrIntrinsics.hpp"
    46 #include "logging/log.hpp"
    47 #include "logging/log.hpp"
    47 #include "memory/allocation.inline.hpp"
    48 #include "memory/allocation.inline.hpp"
    48 #include "memory/oopFactory.hpp"
    49 #include "memory/oopFactory.hpp"
    49 #include "memory/resourceArea.hpp"
    50 #include "memory/resourceArea.hpp"
    50 #include "oops/access.inline.hpp"
    51 #include "oops/access.inline.hpp"
   318   FUNCTION_CASE(entry, SharedRuntime::lrem);
   319   FUNCTION_CASE(entry, SharedRuntime::lrem);
   319   FUNCTION_CASE(entry, SharedRuntime::dtrace_method_entry);
   320   FUNCTION_CASE(entry, SharedRuntime::dtrace_method_entry);
   320   FUNCTION_CASE(entry, SharedRuntime::dtrace_method_exit);
   321   FUNCTION_CASE(entry, SharedRuntime::dtrace_method_exit);
   321   FUNCTION_CASE(entry, is_instance_of);
   322   FUNCTION_CASE(entry, is_instance_of);
   322   FUNCTION_CASE(entry, trace_block_entry);
   323   FUNCTION_CASE(entry, trace_block_entry);
   323 #ifdef TRACE_HAVE_INTRINSICS
   324 #ifdef JFR_HAVE_INTRINSICS
   324   FUNCTION_CASE(entry, TRACE_TIME_METHOD);
   325   FUNCTION_CASE(entry, JFR_TIME_FUNCTION);
   325 #endif
   326 #endif
   326   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   327   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   327   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32C());
   328   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32C());
   328   FUNCTION_CASE(entry, StubRoutines::vectorizedMismatch());
   329   FUNCTION_CASE(entry, StubRoutines::vectorizedMismatch());
   329   FUNCTION_CASE(entry, StubRoutines::dexp());
   330   FUNCTION_CASE(entry, StubRoutines::dexp());