6988363: Rebrand vm vendor property settings (jdk7 only)

Vendor properties should be initialized after JDK version is determined.

Reviewed-by: kamg, ohair, dcubed, dholmes
This commit is contained in:
Zhengyu Gu 2010-09-30 12:05:08 -04:00
parent b7d1b4674b
commit afc563751f
3 changed files with 14 additions and 3 deletions

View file

@ -484,6 +484,9 @@ class Arguments : AllStatic {
// 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);