Searched defs:PropertyList_add (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp148 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(
3325 void Arguments::PropertyList_add(SystemProperty** plist, SystemProperty *new_p) { function in class:Arguments
3337 void Arguments::PropertyList_add(SystemProperty** plist, const char* k, char* v) { function in class:Arguments
[all...]

Completed in 111 milliseconds