hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 27694 543f6042c268
parent 27683 1d5707553fff
parent 27673 df559a888b9f
child 28374 0558e321c027
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Thu Nov 20 10:03:22 2014 -0500
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Wed Nov 26 18:01:10 2014 +0100
@@ -66,7 +66,7 @@
 #include "classfile/systemDictionaryShared.hpp"
 #endif
 #if INCLUDE_TRACE
- #include "trace/tracing.hpp"
+#include "trace/tracing.hpp"
 #endif
 
 Dictionary*            SystemDictionary::_dictionary          = NULL;
@@ -2659,7 +2659,7 @@
                                       class_loader->klass() : (Klass*)NULL);
     event.commit();
   }
-#endif /* INCLUDE_TRACE */
+#endif // INCLUDE_TRACE
 }
 
 #ifndef PRODUCT