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

src/share/vm/utilities/macros.hpp

Print this page

        

*** 63,84 **** #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 --- 63,72 ----
src/share/vm/utilities/macros.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File