hotspot/src/share/vm/c1/c1_Instruction.hpp
changeset 8107 78e5bd944384
parent 8065 7ca689ce3d32
child 8671 13ffa40a2f0a
--- a/hotspot/src/share/vm/c1/c1_Instruction.hpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/c1/c1_Instruction.hpp	Wed Feb 02 11:35:26 2011 -0500
@@ -316,6 +316,8 @@
     return res;
   }
 
+  static const int no_bci = -99;
+
   enum InstructionFlag {
     NeedsNullCheckFlag = 0,
     CanTrapFlag,