Searched defs:_system_properties (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | arguments.hpp | 235 static SystemProperty* _system_properties; member in class:Arguments 441 static SystemProperty* system_properties() { return _system_properties; }
|
| H A D | arguments.cpp | 66 SystemProperty* Arguments::_system_properties = NULL; member in class:Arguments 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_hom [all...] |
Completed in 46 milliseconds