hotspot/src/share/vm/runtime/arguments.hpp
changeset 6961 a32b2fc66321
parent 6453 970dc585ab63
child 6988 282ba493439c
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Fri Sep 24 00:52:04 2010 -0700
+++ b/hotspot/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);