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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp47 class SystemProperty: public CHeapObj<mtInternal> { class in inherits:CHeapObj
51 SystemProperty* _next;
59 SystemProperty* next() const { return _next; }
60 void set_next(SystemProperty* next) { _next = next; }
99 SystemProperty(const char* key, const char* value, bool writeable) { function in class:SystemProperty
235 static SystemProperty* _system_properties;
238 static SystemProperty *_java_ext_dirs;
239 static SystemProperty *_java_endorsed_dirs;
240 static SystemProperty *_sun_boot_library_path;
241 static SystemProperty *_java_library_pat
[all...]

Completed in 962 milliseconds