hotspot/src/share/vm/c1/c1_Compilation.hpp
changeset 20702 bbe0fcde6e13
parent 19696 bd5a0131bde1
child 21095 1a04f7b3946e
--- 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);
 };