diff src/share/vm/runtime/globals_extension.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 89152779163c 009de2b033fc
children be896a1983c0
line wrap: on
line diff
--- a/src/share/vm/runtime/globals_extension.hpp	Tue Apr 07 11:20:51 2015 +0200
+++ b/src/share/vm/runtime/globals_extension.hpp	Tue Apr 07 14:58:49 2015 +0200
@@ -223,6 +223,7 @@
   static void uintxAtPut(CommandLineFlagWithType flag, uintx value, Flag::Flags origin);
   static void uint64_tAtPut(CommandLineFlagWithType flag, uint64_t value, Flag::Flags origin);
   static void doubleAtPut(CommandLineFlagWithType flag, double value, Flag::Flags origin);
+  // Contract:  Flag will make private copy of the incoming value
   static void ccstrAtPut(CommandLineFlagWithType flag, ccstr value, Flag::Flags origin);
 
   static bool is_default(CommandLineFlag flag);