src/share/vm/c1/c1_Instruction.hpp

changeset 4947
acadb114c818
parent 4860
46f6f063b272
child 5614
9758d9f36299
     1.1 --- a/src/share/vm/c1/c1_Instruction.hpp	Mon Apr 15 09:42:46 2013 +0200
     1.2 +++ b/src/share/vm/c1/c1_Instruction.hpp	Mon Apr 15 17:17:11 2013 +0200
     1.3 @@ -111,7 +111,9 @@
     1.4  class   RuntimeCall;
     1.5  class   MemBar;
     1.6  class   RangeCheckPredicate;
     1.7 +#ifdef ASSERT
     1.8  class   Assert;
     1.9 +#endif
    1.10  
    1.11  // A Value is a reference to the instruction creating the value
    1.12  typedef Instruction* Value;

mercurial