hotspot/src/share/vm/utilities/macros.hpp
changeset 18025 b7bcf7497f93
parent 15482 470d0b0c09f1
child 22808 88bca865e247
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/utilities/macros.hpp	Fri Jun 07 09:33:01 2013 -0700
+++ b/hotspot/src/share/vm/utilities/macros.hpp	Mon Jun 10 11:30:51 2013 +0200
@@ -160,6 +160,10 @@
 #define NOT_NMT_RETURN_(code) { return code; }
 #endif // INCLUDE_NMT
 
+#ifndef INCLUDE_TRACE
+#define INCLUDE_TRACE 1
+#endif // INCLUDE_TRACE
+
 // COMPILER1 variant
 #ifdef COMPILER1
 #ifdef COMPILER2