src/share/vm/services/jmm.h

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -21,10 +21,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_SERVICES_JMM_H
+#define SHARE_VM_SERVICES_JMM_H
+
 #ifndef _JAVA_JMM_H_
 #define _JAVA_JMM_H_
 
 /*
  * This is a private interface used by JDK for JVM monitoring

@@ -283,5 +286,7 @@
 #ifdef __cplusplus
 } /* extern "C" */
 #endif /* __cplusplus */
 
 #endif /* !_JAVA_JMM_H_ */
+
+#endif // SHARE_VM_SERVICES_JMM_H