src/share/vm/utilities/macros.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/utilities/macros.hpp	Fri Aug 18 12:13:04 2017
--- new/src/share/vm/utilities/macros.hpp	Fri Aug 18 12:13:04 2017

*** 63,84 **** --- 63,72 ---- #define NOT_JVMTI(x) x #define NOT_JVMTI_RETURN { return; } #define NOT_JVMTI_RETURN_(code) { return code; } #endif // INCLUDE_JVMTI #ifndef INCLUDE_FPROF #define INCLUDE_FPROF 1 #endif #if INCLUDE_FPROF #define NOT_FPROF_RETURN /* next token must be ; */ #define NOT_FPROF_RETURN_(code) /* next token must be ; */ #else #define NOT_FPROF_RETURN {} #define NOT_FPROF_RETURN_(code) { return code; } #endif // INCLUDE_FPROF #ifndef INCLUDE_VM_STRUCTS #define INCLUDE_VM_STRUCTS 1 #endif #if INCLUDE_VM_STRUCTS

src/share/vm/utilities/macros.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File