diff src/share/vm/runtime/globals.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 44315152d434
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/runtime/globals.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -3639,7 +3639,7 @@
   product(uintx, MaxDirectMemorySize, 0,                                    \
           "Maximum total size of NIO direct-buffer allocations")            \
                                                                             \
-  /* temporary developer defined flags  */                                  \
+  /* Flags used for temporary code during development  */                   \
                                                                             \
   diagnostic(bool, UseNewCode, false,                                       \
           "Testing Only: Use the new version while testing")                \