src/share/vm/runtime/globals_extension.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals_extension.hpp	Wed Jan 15 01:42:28 2014
--- new/src/share/vm/runtime/globals_extension.hpp	Wed Jan 15 01:42:27 2014

*** 29,39 **** --- 29,39 ---- #include "utilities/macros.hpp" #include "utilities/top.hpp" // Construct enum of Flag_<cmdline-arg> constants. ! // Parens left off in the following for the enum decl below. ! // Parenthesis left off in the following for the enum decl below. #define FLAG_MEMBER(flag) Flag_##flag #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name),

src/share/vm/runtime/globals_extension.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File