diff src/share/vm/classfile/systemDictionary.cpp @ 20653:82d3e7b5277a

8065361: Fixup headers and definitions for INCLUDE_TRACE Reviewed-by: sla, stefank
author mgronlun
date Wed, 19 Nov 2014 18:14:01 +0100
parents b12a2a9b05ca
children 9fa3bf3043a2
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.cpp	Fri Nov 14 14:23:25 2014 +0100
+++ b/src/share/vm/classfile/systemDictionary.cpp	Wed Nov 19 18:14:01 2014 +0100
@@ -64,9 +64,8 @@
 #include "services/threadService.hpp"
 #include "utilities/macros.hpp"
 #include "utilities/ticks.hpp"
-
 #if INCLUDE_TRACE
- #include "trace/tracing.hpp"
+#include "trace/tracing.hpp"
 #endif
 
 Dictionary*            SystemDictionary::_dictionary          = NULL;
@@ -2664,7 +2663,7 @@
                                       class_loader->klass() : (Klass*)NULL);
     event.commit();
   }
-#endif /* INCLUDE_TRACE */
+#endif // INCLUDE_TRACE
 }
 
 #ifndef PRODUCT