mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
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:
parent
b7d1b4674b
commit
afc563751f
3 changed files with 14 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue