src/hotspot/share/runtime/arguments.hpp
changeset 50456 cb75455ada5a
parent 49902 3661f31c6df4
child 50557 83e2deb73612
child 56719 a846e7bbcdfa
--- a/src/hotspot/share/runtime/arguments.hpp	Thu Jun 07 17:38:34 2018 -0700
+++ b/src/hotspot/share/runtime/arguments.hpp	Thu Jun 07 19:01:18 2018 -0700
@@ -651,6 +651,7 @@
   static void PropertyList_unique_add(SystemProperty** plist, const char* k, const char* v,
                                       PropertyAppendable append, PropertyWriteable writeable,
                                       PropertyInternal internal);
+  static void PropertyList_update_value(SystemProperty* plist, const char* k, const char* v);
   static const char* PropertyList_get_value(SystemProperty* plist, const char* key);
   static const char* PropertyList_get_readable_value(SystemProperty* plist, const char* key);
   static int  PropertyList_count(SystemProperty* pl);