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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js302 this.sysProps = function() {
303 for (var i in jvm.sysProps) {
304 writeln(i + ' = ' + jvm.sysProps[i]);
307 registerCommand("sysprops", "sysprops", "sysProps");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java117 private Properties sysProps; field in class:VM
848 if (sysProps == null) {
851 return sysProps;
861 sysProps = (Properties) objReader.readObject(field.getValue(getObj()));

Completed in 50 milliseconds