src/share/vm/code/jvmticmlr.h

Print this page

        

*** 21,30 **** --- 21,33 ---- * 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,115 **** --- 114,120 ---- jvmtiCompiledMethodLoadRecordHeader header; /* common header for casting */ char message[50]; } jvmtiCompiledMethodLoadDummyRecord; #endif + + #endif // SHARE_VM_CODE_JVMTICMLR_H