diff src/share/vm/c1/c1_Compilation.hpp @ 12875:d13d7aba8c12

8023657: New type profiling points: arguments to call Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
author roland
date Wed, 09 Oct 2013 16:32:21 +0200
parents 9758d9f36299
children 5ccbab1c69f3
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Compilation.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/src/share/vm/c1/c1_Compilation.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -246,6 +246,8 @@
       (RangeCheckElimination || UseLoopInvariantCodeMotion) &&
       method()->method_data()->trap_count(Deoptimization::Reason_none) == 0;
   }
+
+  ciKlass* cha_exact_type(ciType* type);
 };