src/share/vm/code/jvmticmlr.h

Print this page

        

@@ -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_CODE_JVMTICMLR_H
+#define SHARE_VM_CODE_JVMTICMLR_H
+
 /*
  * This header file defines the data structures sent by the VM
  * through the JVMTI CompiledMethodLoad callback function via the
  * "void * compile_info" parameter. The memory pointed to by the
  * compile_info parameter may not be referenced after returning from

@@ -111,5 +114,7 @@
   jvmtiCompiledMethodLoadRecordHeader header;  /* common header for casting */
   char message[50];
 } jvmtiCompiledMethodLoadDummyRecord;
 
 #endif
+
+#endif // SHARE_VM_CODE_JVMTICMLR_H