hotspot/src/share/vm/adlc/adlc.hpp
changeset 2129 e810a33b5c67
parent 775 d9c9b9cd55fb
child 2257 d8e6e11e7f32
--- a/hotspot/src/share/vm/adlc/adlc.hpp	Thu Feb 26 16:57:21 2009 -0800
+++ b/hotspot/src/share/vm/adlc/adlc.hpp	Fri Feb 27 03:35:40 2009 -0800
@@ -79,6 +79,7 @@
 
 // Macros
 // Debugging note:  Put a breakpoint on "abort".
+#undef assert
 #define assert(cond, msg) { if (!(cond)) { fprintf(stderr, "assert fails %s %d: %s\n", __FILE__, __LINE__, msg); abort(); }}
 #define max(a, b)   (((a)>(b)) ? (a) : (b))