hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 46304 8d4d88f90669
parent 41176 ff9f64534cff
child 46384 dacebddcdea0
--- a/hotspot/src/share/vm/runtime/mutexLocker.hpp	Thu Mar 02 14:19:49 2017 +0100
+++ b/hotspot/src/share/vm/runtime/mutexLocker.hpp	Fri Mar 03 12:02:35 2017 +0100
@@ -124,7 +124,7 @@
 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
 extern Monitor* RedefineClasses_lock;            // locks classes from parallel redefinition
 
-#ifdef INCLUDE_TRACE
+#if INCLUDE_TRACE
 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations