src/share/vm/c1/c1_InstructionPrinter.cpp

changeset 4947
acadb114c818
parent 4860
46f6f063b272
child 5914
d13d7aba8c12
     1.1 --- a/src/share/vm/c1/c1_InstructionPrinter.cpp	Mon Apr 15 09:42:46 2013 +0200
     1.2 +++ b/src/share/vm/c1/c1_InstructionPrinter.cpp	Mon Apr 15 17:17:11 2013 +0200
     1.3 @@ -871,12 +871,14 @@
     1.4    }
     1.5  }
     1.6  
     1.7 +#ifdef ASSERT
     1.8  void InstructionPrinter::do_Assert(Assert* x) {
     1.9    output()->print("assert ");
    1.10    print_value(x->x());
    1.11    output()->print(" %s ", cond_name(x->cond()));
    1.12    print_value(x->y());
    1.13  }
    1.14 +#endif
    1.15  
    1.16  void InstructionPrinter::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {
    1.17    print_unsafe_object_op(x, "UnsafePrefetchWrite");

mercurial