comparison src/share/vm/runtime/globals_extension.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents db1ff6781ab4
children d8041d695d19
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
29 #include "utilities/macros.hpp" 29 #include "utilities/macros.hpp"
30 #include "utilities/top.hpp" 30 #include "utilities/top.hpp"
31 31
32 // Construct enum of Flag_<cmdline-arg> constants. 32 // Construct enum of Flag_<cmdline-arg> constants.
33 33
34 // Parens left off in the following for the enum decl below. 34 // Parenthesis left off in the following for the enum decl below.
35 #define FLAG_MEMBER(flag) Flag_##flag 35 #define FLAG_MEMBER(flag) Flag_##flag
36 36
37 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), 37 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name),
38 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name), 38 #define RUNTIME_PD_PRODUCT_FLAG_MEMBER(type, name, doc) FLAG_MEMBER(name),
39 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name), 39 #define RUNTIME_DIAGNOSTIC_FLAG_MEMBER(type, name, value, doc) FLAG_MEMBER(name),