hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp
changeset 17011 def8879c5b81
parent 16611 6807a703dd6b
child 20709 034be898bf04
--- a/hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp	Mon Apr 15 09:42:46 2013 +0200
+++ b/hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp	Mon Apr 15 17:17:11 2013 +0200
@@ -136,7 +136,9 @@
   virtual void do_RuntimeCall    (RuntimeCall*     x);
   virtual void do_MemBar         (MemBar*          x);
   virtual void do_RangeCheckPredicate(RangeCheckPredicate* x);
+#ifdef ASSERT
   virtual void do_Assert         (Assert*          x);
+#endif
 };
 #endif // PRODUCT