Lines Matching defs:_system_properties
66 SystemProperty* Arguments::_system_properties = NULL;
148 PropertyList_add(&_system_properties, new SystemProperty("java.vm.specification.name",
150 PropertyList_add(&_system_properties, new SystemProperty("java.vm.version", VM_Version::vm_release(), false));
151 PropertyList_add(&_system_properties, new SystemProperty("java.vm.name", VM_Version::vm_name(), false));
152 PropertyList_add(&_system_properties, new SystemProperty("java.vm.info", VM_Version::vm_info_string(), true));
167 PropertyList_add(&_system_properties, _java_ext_dirs);
168 PropertyList_add(&_system_properties, _java_endorsed_dirs);
169 PropertyList_add(&_system_properties, _sun_boot_library_path);
170 PropertyList_add(&_system_properties, _java_library_path);
171 PropertyList_add(&_system_properties, _java_home);
172 PropertyList_add(&_system_properties, _java_class_path);
173 PropertyList_add(&_system_properties, _sun_boot_class_path);
193 PropertyList_add(&_system_properties,
195 PropertyList_add(&_system_properties,
197 PropertyList_add(&_system_properties,
973 PropertyList_unique_add(&_system_properties, key, value, true);
977 PropertyList_unique_add(&_system_properties, key, value);
993 PropertyList_unique_add(&_system_properties, "java.vm.info",