hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 20702 bbe0fcde6e13
parent 18507 61bfc8995bb3
child 20709 034be898bf04
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -434,6 +434,8 @@
   void do_ThreadIDIntrinsic(Intrinsic* x);
   void do_ClassIDIntrinsic(Intrinsic* x);
 #endif
+  ciKlass* profile_arg_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k, Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_k);
+  void profile_arguments(ProfileCall* x);
 
  public:
   Compilation*  compilation() const              { return _compilation; }