diff src/share/vm/runtime/arguments.hpp @ 1864:dfb38ea7da17

6988363: Rebrand vm vendor property settings (jdk7 only) Summary: Vendor properties should be initialized after JDK version is determined. Reviewed-by: kamg, ohair, dcubed, dholmes
author zgu
date Thu, 30 Sep 2010 12:05:08 -0400
parents d5d065957597
children 9de67bf4244d
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Fri Sep 24 00:52:04 2010 -0700
+++ b/src/share/vm/runtime/arguments.hpp	Thu Sep 30 12:05:08 2010 -0400
@@ -484,6 +484,9 @@
   // System properties
   static void init_system_properties();
 
+  // Update/Initialize System properties after JDK version number is known
+  static void init_version_specific_system_properties();
+
   // Property List manipulation
   static void PropertyList_add(SystemProperty** plist, SystemProperty *element);
   static void PropertyList_add(SystemProperty** plist, const char* k, char* v);