< prev index next >

src/share/vm/logging/logDiagnosticCommand.hpp

Print this page
rev 8933 : 8046148.01

@@ -19,12 +19,13 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
-#ifndef SHARE_VM_LOGGING_LOGDIAGNOSTICCOMMAND_HPP_
-#define SHARE_VM_LOGGING_LOGDIAGNOSTICCOMMAND_HPP_
+#ifndef SHARE_VM_LOGGING_LOGDIAGNOSTICCOMMAND_HPP
+#define SHARE_VM_LOGGING_LOGDIAGNOSTICCOMMAND_HPP
+
 #include "services/diagnosticCommand.hpp"
 
 // The LogDiagnosticCommand represents the 'VM.log' DCMD
 // that allows configuration of the logging at runtime.
 // It can be used to view or modify the current log configuration.

@@ -62,6 +63,6 @@
     JavaPermission p = {"java.lang.management.ManagementPermission", "control", NULL};
     return p;
   }
 };
 
-#endif
+#endif // SHARE_VM_LOGGING_LOGDIAGNOSTICCOMMAND_HPP
< prev index next >