diff -r 820966182ab9 -r 9bf46d16dcc6 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Tue Jan 14 16:40:33 2014 +0100 +++ b/hotspot/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") \