--- old/src/share/vm/c1/c1_LIRGenerator.hpp 2019-02-15 19:02:19.863447649 +0300 +++ new/src/share/vm/c1/c1_LIRGenerator.hpp 2019-02-15 19:02:19.755451430 +0300 @@ -28,6 +28,7 @@ #include "c1/c1_Instruction.hpp" #include "c1/c1_LIR.hpp" #include "ci/ciMethodData.hpp" +#include "jfr/support/jfrIntrinsics.hpp" #include "utilities/sizes.hpp" // The classes responsible for code emission and register allocation @@ -436,9 +437,9 @@ void do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux); void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x); -#ifdef TRACE_HAVE_INTRINSICS - void do_ThreadIDIntrinsic(Intrinsic* x); +#ifdef JFR_HAVE_INTRINSICS void do_ClassIDIntrinsic(Intrinsic* x); + void do_getEventWriter(Intrinsic* x); #endif ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k, Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,