hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 41330 8b2580e63aa0
parent 41323 ddd5600d4762
parent 40899 d7140c75c2c6
child 42037 6269c5b5b651
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Sep 20 17:30:33 2016 +0300
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Sep 20 16:34:45 2016 -0400
@@ -439,6 +439,10 @@
   SwitchRangeArray* create_lookup_ranges(LookupSwitch* x);
   void do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux);
 
+#ifdef TRACE_HAVE_INTRINSICS
+  void do_ClassIDIntrinsic(Intrinsic* x);
+#endif
+
   void do_RuntimeCall(address routine, Intrinsic* x);
 
   ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,