diff src/share/vm/utilities/macros.hpp @ 11130:90d6c221d4e5

Merge
author jprovino
date Tue, 16 Jul 2013 12:20:08 -0400
parents f2110083203d
children 836a62f43af9 de6a9e811145 b5c8a61d7fa0
line wrap: on
line diff
--- a/src/share/vm/utilities/macros.hpp	Tue Jul 16 10:55:48 2013 -0400
+++ b/src/share/vm/utilities/macros.hpp	Tue Jul 16 12:20:08 2013 -0400
@@ -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