hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 21095 1a04f7b3946e
parent 20709 034be898bf04
child 21579 c396d68f3e48
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Mon Oct 21 17:34:27 2013 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Oct 22 09:51:47 2013 +0200
@@ -436,6 +436,8 @@
 #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);
+  void profile_parameters(Base* x);
+  void profile_parameters_at_call(ProfileCall* x);
 
  public:
   Compilation*  compilation() const              { return _compilation; }