diff -r ef9996662fd5 -r bbe0fcde6e13 hotspot/src/share/vm/c1/c1_Compilation.hpp --- a/hotspot/src/share/vm/c1/c1_Compilation.hpp Wed Oct 09 11:05:17 2013 -0700 +++ b/hotspot/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); };