comparison 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
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
3637 /* Properties for Java libraries */ \ 3637 /* Properties for Java libraries */ \
3638 \ 3638 \
3639 product(uintx, MaxDirectMemorySize, 0, \ 3639 product(uintx, MaxDirectMemorySize, 0, \
3640 "Maximum total size of NIO direct-buffer allocations") \ 3640 "Maximum total size of NIO direct-buffer allocations") \
3641 \ 3641 \
3642 /* temporary developer defined flags */ \ 3642 /* Flags used for temporary code during development */ \
3643 \ 3643 \
3644 diagnostic(bool, UseNewCode, false, \ 3644 diagnostic(bool, UseNewCode, false, \
3645 "Testing Only: Use the new version while testing") \ 3645 "Testing Only: Use the new version while testing") \
3646 \ 3646 \
3647 diagnostic(bool, UseNewCode2, false, \ 3647 diagnostic(bool, UseNewCode2, false, \