diff -r 5a4b9e39ce51 -r a32b2fc66321 hotspot/src/share/vm/runtime/arguments.hpp --- 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);